Initial commit - added all docker compose immediately reachable

This commit is contained in:
2026-01-10 18:05:04 +02:00
commit 966d2ae311
12 changed files with 239 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
networks:
proxy-network:
external: true
services:
convertx:
image: ghcr.io/c4illin/convertx
container_name: convertx
networks:
- proxy-network
restart: unless-stopped
ports:
- "127.0.0.1:6000:3000"
environment:
#- JWT_SECRET=longSecretOrRandomUUIDWhenUnset
- HTTP_ALLOWED=false
volumes:
- ./data:/app/data