Compare commits

...
2 Commits
Author SHA1 Message Date
timothykim c1c5c08cbb adds navidrome 2026-08-29 19:34:11 -04:00
timothykim 30869a16b0 auto: sync system configs 2026-08-29 19:15:44 -04:00
2 changed files with 24 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
services:
navidrome:
image: deluan/navidrome:latest
container_name: navidrome
restart: unless-stopped
# timothykim:sambagroup — needs group-read on the music files. Without an
# explicit user the image runs as root.
user: "1000:1001"
networks:
- shared
volumes:
- ./data:/data
- /opt/argento/smb/media/Music:/music:ro
environment:
TZ: America/New_York
# Navidrome watches the filesystem, but a periodic sweep catches anything
# inotify missed. Default is 0 (watcher only).
ND_SCANNER_SCHEDULE: "@every 24h"
networks:
shared:
external: true
+1
View File
@@ -8,6 +8,7 @@
<service name="samba"/> <service name="samba"/>
<service name="https"/> <service name="https"/>
<service name="smtp"/> <service name="smtp"/>
<service name="mdns"/>
<port port="465" protocol="tcp"/> <port port="465" protocol="tcp"/>
<port port="19999" protocol="tcp"/> <port port="19999" protocol="tcp"/>
<port port="3901" protocol="tcp"/> <port port="3901" protocol="tcp"/>