Initial commit - added all docker compose immediately reachable
This commit is contained in:
18
convertx/docker-compose.yml
Normal file
18
convertx/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user