navidrome test
This commit is contained in:
15
home-server/navidrome/docker-compose.yml
Normal file
15
home-server/navidrome/docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
navidrome:
|
||||
image: deluan/navidrome:latest
|
||||
user: 1000:1000
|
||||
ports:
|
||||
- 4533:4533
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
ND_SCANSCHEDULE: 1h
|
||||
ND_LOGLEVEL: info
|
||||
ND_SESSIONTIMEOUT: 24h
|
||||
ND_BASEURL: ""
|
||||
volumes:
|
||||
- /data/navidrome/data:/data
|
||||
- /data/media/music/tagged:/music:ro
|
||||
Reference in New Issue
Block a user