Skip to content

Instantly share code, notes, and snippets.

@yasalmasri
Created August 5, 2026 21:08
Show Gist options
  • Select an option

  • Save yasalmasri/8bd4a448aae5e08fafe8bcfb1032ae11 to your computer and use it in GitHub Desktop.

Select an option

Save yasalmasri/8bd4a448aae5e08fafe8bcfb1032ae11 to your computer and use it in GitHub Desktop.
networks: {}
services:
navidrome:
image: deluan/navidrome:latest
container_name: navidrome
restart: unless-stopped
ports:
- 5009:4533
user: 0:0
environment:
- ND_ARTISTSPLIT=true
- ND_ARTISTSPLITSEPARATORS=&,feat.,vs.,,and
- ND_LYRICSPRIORITY=".ttml,.yaml,.yml,.elrc,.lrc,.srt,.txt,embedded,nd-lyrics"
volumes:
- ./data:/data
- /mnt/main/media/music:/music
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment