10 lines
173 B
YAML
10 lines
173 B
YAML
services:
|
|
polyphonic:
|
|
image: "polyphonic:latest"
|
|
build: "."
|
|
ports:
|
|
- "8000:8000"
|
|
volumes:
|
|
- "./data:/var/polyphonic"
|
|
env_file: "local.env"
|