mirror of
https://github.com/markbeep/AudioBookRequest.git
synced 2026-01-24 07:00:02 -06:00
8 lines
99 B
YAML
8 lines
99 B
YAML
services:
|
|
web:
|
|
build: .
|
|
ports:
|
|
- "8000:8000"
|
|
volumes:
|
|
- ./data:/app/data
|