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