36 lines
795 B
YAML
36 lines
795 B
YAML
services:
|
|
navidrome:
|
|
container_name: navidrome
|
|
image: deluan/navidrome:latest
|
|
user: 1000:1000 # should be owner of volumes
|
|
ports:
|
|
- "1002:4533"
|
|
restart: unless-stopped
|
|
environment:
|
|
# Optional: put your config options customization here. Examples:
|
|
ND_SCANSCHEDULE: 1h
|
|
ND_LOGLEVEL: info
|
|
ND_SESSIONTIMEOUT: 24h
|
|
ND_BASEURL: ""
|
|
ND_SCANNER_GROUPALBUMRELEASES: true
|
|
volumes:
|
|
- "./data:/data"
|
|
- "./:/music:ro"
|
|
networks:
|
|
- tunnel
|
|
- default
|
|
labels:
|
|
glance.name: Navidrome
|
|
glance.icon: si:applemusic
|
|
glance.url: https://navidrome.geezo.io
|
|
glance.description: Music Server
|
|
glance.hide: false
|
|
|
|
volumes:
|
|
navidrome_data:
|
|
|
|
|
|
networks:
|
|
tunnel:
|
|
external: true
|
|
default: |