From 665249830af5ff1fa78e9a105a64cf2f0d7ea5f4 Mon Sep 17 00:00:00 2001 From: wvr Date: Thu, 26 Feb 2026 23:52:32 -0600 Subject: [PATCH] asdf --- gonic/docker-compose.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 gonic/docker-compose.yml diff --git a/gonic/docker-compose.yml b/gonic/docker-compose.yml new file mode 100644 index 0000000..4885ee3 --- /dev/null +++ b/gonic/docker-compose.yml @@ -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