Files
poprhythm b2e7fcf451 Pin navidrome to 0.64.0 instead of :latest
0.64.0 re-encoded every internal ID in the DB (a documented breaking
change), which watchtower auto-applied and silently broke every
SUB/WAVE show's playlistIds reference. Pinning stops watchtower from
jumping versions without a deliberate review of release notes.

Claude-Session: https://claude.ai/code/session_01L7Rwa6guD5wK8F8tWQwcJX
2026-09-13 12:41:09 +00:00

27 lines
512 B
YAML

services:
navidrome:
image: deluan/navidrome:0.64.0
container_name: navidrome
restart: unless-stopped
environment:
- ND_MUSICFOLDER=/media/music/albums
- ND_AUTOIMPORTPLAYLISTS=false
- ND_LOGLEVEL=info
- ND_PORT=4533
- TZ=America/New_York
ports:
- 4533:4533
volumes:
- /srv/navidrome/data:/data
- nas_media:/media:ro
networks:
- npm-network
volumes:
nas_media:
external: true
networks:
npm-network:
external: true