adding new compose files for chomrium, gluetun, nicotine

This commit is contained in:
2026-04-27 23:09:15 +00:00
parent bf2f315b1b
commit e0540c42a2
4 changed files with 122 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# navidrome - https://www.navidrome.org/docs/installation/docker/
---
services:
navidrome:
image: deluan/navidrome:latest
user: 1000:1000 # should be owner of volumes
ports:
- "${NAVIDROME_PORT}:4533"
restart: unless-stopped
volumes:
- ${DATA_PATH}:/data
- music_nfs:/music:ro
volumes:
music_nfs:
name: music_nfs
driver_opts:
type: nfs
o: addr=${NAS_ADDR},nolock,soft,rw
device: :${MUSIC_PATH}