-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnavidrome.yml
More file actions
30 lines (28 loc) · 783 Bytes
/
navidrome.yml
File metadata and controls
30 lines (28 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
networks:
proxy:
volumes:
navidrome-data:
services:
navidrome:
image: ghcr.io/navidrome/navidrome:0.60.3
environment:
- ND_SCANSCHEDULE=@daily
- ND_ENABLETRANSCODINGCONFIG=false
# data collection: https://www.navidrome.org/docs/getting-started/insights/
- ND_ENABLEINSIGHTSCOLLECTOR=true
# used to fetch artist images
- ND_LASTFM_ENABLED=true
- ND_LASTFM_APIKEY=${NAVIDROME_LASTFM_APIKEY}
- ND_LASTFM_SECRET=${NAVIDROME_LASTFM_SECRET}
expose:
- 4533 # webui
extends:
file: common.yml
service: log-to-json
networks:
- proxy
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro
- navidrome-data:/data
- ${MEDIA_COLLECTION_MUSIC_PATH}:/music:ro