This commit is contained in:
wvr
2026-02-26 23:52:32 -06:00
parent c8aa7f1838
commit 665249830a

16
gonic/docker-compose.yml Normal file
View File

@@ -0,0 +1,16 @@
services:
gonic:
image: sentriz/gonic:latest
environment:
# scan library every 12 hours
- GONIC_SCAN_INTERVAL="720"
# scan at start
- GONIC_SCAN_AT_START_ENABLED="true"
ports:
- 4747:80
volumes:
- ./data:/data
- ./data/cache:/cache
- ./data/playlists:/playlists
- ./data/non/existent:/podcasts
- /mnt/music:/music:ro