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
27 lines
512 B
YAML
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
|