Initial commit

This commit is contained in:
2026-02-24 16:34:39 +03:00
commit ea8fff629c
38 changed files with 4045 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
services:
navidrome:
image: deluan/navidrome:latest
container_name: navidrome
user: "1000:1000"
ports:
- "4533:4533"
volumes:
- /srv/homelab/data/media/navidrome:/data
- /srv/media/music:/music:ro
restart: unless-stopped
logging:
driver: json-file
options:
max-size: "10m"
max-file: "5"