Added docker/compose stuff and hopefully fixed CI
Some checks failed
CI / check (push) Failing after 12s

This commit is contained in:
Connor Johnstone
2026-03-19 12:12:50 -04:00
parent 82c82ae46a
commit f837156fcc
6 changed files with 108 additions and 0 deletions

15
compose.yml Normal file
View File

@@ -0,0 +1,15 @@
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: