in-progress update

This commit is contained in:
2026-03-04 06:40:38 +01:00
parent 49c75768ba
commit c9e37abc63
19 changed files with 356 additions and 456 deletions

View File

@@ -0,0 +1,17 @@
services:
convertx:
image: ghcr.io/c4illin/convertx
container_name: convertx
restart: unless-stopped
networks:
- dockge_default
environment:
JWT_SECRET: ?convertxJWT?
HTTP_ALLOWED: true
ALLOW_UNAUTHENTICATED: true
ACCOUNT_REGISTRATION: false
volumes:
- ./data:/app/data
networks:
dockge_default:
external: true