13 lines
246 B
YAML
13 lines
246 B
YAML
name: convertx
|
|
services:
|
|
app:
|
|
image: ghcr.io/c4illin/convertx
|
|
container_name: convertx
|
|
restart: unless-stopped
|
|
ports:
|
|
- "8033:3000"
|
|
environment:
|
|
- ALLOW_UNAUTHENTICATED=true
|
|
volumes:
|
|
- ./data:/app/data
|