mirror of
https://github.com/markbeep/AudioBookRequest.git
synced 2026-04-25 18:19:23 -05:00
11 lines
150 B
YAML
11 lines
150 B
YAML
services:
|
|
web:
|
|
build:
|
|
context: .
|
|
args:
|
|
- VERSION=local
|
|
volumes:
|
|
- ./config:/config
|
|
ports:
|
|
- "8000:8000"
|