in-progress update
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user