fix convertx
This commit is contained in:
@@ -1,14 +1,19 @@
|
|||||||
# documentation: https://github.com/C4illin/ConvertX
|
# documentation: https://github.com/C4illin/ConvertX
|
||||||
# slogan: A self-hosted online file converter. Supports over a thousand different formats. Written with TypeScript, Bun and Elysia.
|
# slogan: A self-hosted online file converter. Supports over a thousand different formats. Written with TypeScript, Bun and Elysia.
|
||||||
# tags: converter,file,documents,files,directories,
|
# tags: converter,file,documents,files,directories,
|
||||||
# logo: svgs/convertx.svg
|
# logo: svgs/convertx.png
|
||||||
# port: 3000
|
# port: 3000
|
||||||
|
|
||||||
services:
|
services:
|
||||||
convertx:
|
convertx:
|
||||||
image: ghcr.io/c4illin/convertx
|
image: ghcr.io/c4illin/convertx:latest
|
||||||
container_name: convertx
|
|
||||||
restart: unless-stopped
|
|
||||||
environment:
|
environment:
|
||||||
|
- SERVICE_FQDN_CONVERTX
|
||||||
|
- ACCOUNT_REGISTRATION=${ACCOUNT_REGISTRATION:-false}
|
||||||
|
- HTTP_ALLOWED=${HTTP_ALLOWED:-true}
|
||||||
|
- ALLOW_UNAUTHENTICATED=${ALLOW_UNAUTHENTICATED:-false}
|
||||||
|
- AUTO_DELETE_EVERY_N_HOURS=${AUTO_DELETE_EVERY_N_HOURS:-24}
|
||||||
- JWT_SECRET=${SERVICE_PASSWORD_CONVERTXJWTSECRET}
|
- JWT_SECRET=${SERVICE_PASSWORD_CONVERTXJWTSECRET}
|
||||||
|
# - WEBROOT=/convertx #use this if you want to use a subpath of your domain
|
||||||
volumes:
|
volumes:
|
||||||
- "convertx:/app/data"
|
- convertx_data:/app/data
|
||||||
|
|||||||
Reference in New Issue
Block a user