mirror of
https://github.com/markbeep/AudioBookRequest.git
synced 2026-01-04 12:39:47 -06:00
11 lines
150 B
YAML
11 lines
150 B
YAML
services:
|
|
web:
|
|
build:
|
|
context: .
|
|
args:
|
|
- VERSION=local
|
|
volumes:
|
|
- ./config:/config
|
|
ports:
|
|
- "8000:8000"
|