mirror of
https://github.com/markbeep/AudioBookRequest.git
synced 2026-01-07 22:20:15 -06:00
20 lines
340 B
YAML
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
|