Files
Main/compose.yml
Connor Johnstone f837156fcc
Some checks failed
CI / check (push) Failing after 12s
Added docker/compose stuff and hopefully fixed CI
2026-03-19 12:12:50 -04:00

16 lines
302 B
YAML

services:
shanty:
build: .
ports:
- "8085:8085"
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: