1
0
Files
navidrome/compose.yml
Kappeh 8a6fad031c
All checks were successful
Deploy / Deploy (push) Successful in 12s
Enable docker image update notifications
2026-02-20 20:47:23 +00:00

30 lines
806 B
YAML

services:
navidrome:
container_name: navidrome
image: deluan/navidrome:0.59.0
restart: unless-stopped
user: 2012:2012 # navidrome:navidrome
networks:
- navidrome_network
ports:
- 4533:4533
environment:
# Optional: put your config options customization here. Examples:
# ND_LOGLEVEL: debug
ND_BASEURL: "https://navidrome.leaf.home.kappeh.org"
ND_ENABLEINSIGHTSCOLLECTOR: false
ND_LASTFM_APIKEY: "5fe4f9fa0d097445d6685c662ebf9b18"
ND_LASTFM_SECRET: "ba5fa0b98f5a092fcafbe2b7967b6208"
volumes:
- ./data:/data:rw
- /mnt/music_library_1/tracks:/music:ro
labels:
diun.enable: "true"
diun.watch_repo: "true"
diun.include_tags: "latest"
networks:
navidrome_network:
name: navidrome_network