asdf
This commit is contained in:
16
gonic/docker-compose.yml
Normal file
16
gonic/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user