coolify/templates/compose/convertx.yml

21 lines
782 B
YAML
Raw Normal View History

2024-11-21 23:40:53 +00:00
# documentation: https://github.com/C4illin/ConvertX
2024-11-22 21:34:44 +00:00
# slogan: A self-hosted online file converter. Supports over a thousand different formats.
# category: backend
2024-11-22 21:34:44 +00:00
# tags: converter,file,documents,files,directories
2024-11-22 21:27:03 +00:00
# logo: svgs/convertx.png
2024-11-21 23:40:53 +00:00
# port: 3000
2024-11-22 21:27:03 +00:00
2024-11-21 23:40:53 +00:00
services:
convertx:
2024-11-22 21:27:03 +00:00
image: ghcr.io/c4illin/convertx:latest
2024-11-21 23:40:53 +00:00
environment:
- SERVICE_URL_CONVERTX
2024-11-22 21:27:03 +00:00
- 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}
2024-11-21 23:40:53 +00:00
- JWT_SECRET=${SERVICE_PASSWORD_CONVERTXJWTSECRET}
2024-11-22 21:27:03 +00:00
# - WEBROOT=/convertx #use this if you want to use a subpath of your domain
2024-11-21 23:40:53 +00:00
volumes:
2024-11-22 21:27:03 +00:00
- convertx_data:/app/data