Files
AudioBookRequest/docker-compose.yml
2025-04-24 15:13:24 +02:00

20 lines
340 B
YAML

services:
web:
# start with `docker-compose --profile local up`
profiles: [local]
build:
context: .
args:
- VERSION=local
volumes:
- ./config:/config
ports:
- "8000:8000"
gotify:
image: gotify/server
ports:
- "8080:80"
volumes:
- ./data/gotify/data:/app/data