Files
Main/compose.yml
Connor Johnstone d3f4dc33d5
Some checks failed
CI / check (push) Failing after 1m17s
CI / docker (push) Has been skipped
Updated the ytmusic cookies situation
2026-03-20 13:38:49 -04:00

17 lines
349 B
YAML

services:
shanty:
build: .
ports:
- "8085:8085"
- "6080:6080" # noVNC for YouTube login
volumes:
- ./config:/config
- shanty-data:/data
- /path/to/music:/music # Change this to your music library path
environment:
- SHANTY_WEB_BIND=0.0.0.0
restart: unless-stopped
volumes:
shanty-data: