15 lines
330 B
YAML
15 lines
330 B
YAML
services:
|
|
gonic:
|
|
image: sentriz/gonic:latest
|
|
environment:
|
|
- GONIC_SCAN_INTERVAL=720
|
|
- GONIC_SCAN_AT_START_ENABLED=1
|
|
ports:
|
|
- 4747:80
|
|
volumes:
|
|
- ./data:/data
|
|
- ./data/cache:/cache
|
|
- ./data/playlists:/playlists
|
|
- ./data/non/existent:/podcasts
|
|
- /mnt/music:/music:ro
|