14 lines
313 B
YAML
14 lines
313 B
YAML
services:
|
|
halloween-sound-api:
|
|
build: .
|
|
ports:
|
|
- "8282:80"
|
|
volumes:
|
|
- /opt/docker/halloween/sounds:/app/sounds:ro
|
|
environment:
|
|
- SOUNDS_ROOT=/app/sounds
|
|
- WATCHTOWER_DISABLE=true
|
|
restart: unless-stopped
|
|
labels:
|
|
- com.centurylinklabs.watchtower.enable=false
|