polyphonic/docker-compose.yml
2026-05-22 23:51:25 +10:00

10 lines
173 B
YAML

services:
polyphonic:
image: "polyphonic:latest"
build: "."
ports:
- "8000:8000"
volumes:
- "./data:/var/polyphonic"
env_file: "local.env"