17 lines
312 B
YAML
17 lines
312 B
YAML
services:
|
|
subspace-tv-config:
|
|
build: .
|
|
container_name: subspace-tv-config
|
|
restart: unless-stopped
|
|
ports:
|
|
- "9112:8000"
|
|
env_file:
|
|
- .env
|
|
volumes:
|
|
- ./config:/app/config
|
|
logging:
|
|
driver: "json-file"
|
|
options:
|
|
max-size: "10m"
|
|
max-file: "3"
|