Add File_Containers/convertx/compose.yaml

This commit is contained in:
2026-03-16 23:49:54 +00:00
parent c3b2ceb308
commit 699da0676e
+12
View File
@@ -0,0 +1,12 @@
services:
convertx:
image: ghcr.io/c4illin/convertx
container_name: convertx
restart: unless-stopped
ports:
- "3053:3000"
environment:
- JWT_SECRET=aLongAndSecretStringUsedToSignTheJSONWebToken1234 # will use randomUUID() if unset
# - HTTP_ALLOWED=true # uncomment this if accessing it over a non-https connection
volumes:
- srv/docker/convertx/data:/app/data