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