Initial Navidrome deployment configuration
This commit is contained in:
19
docker-compose.yml
Normal file
19
docker-compose.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
volumes:
|
||||
data:
|
||||
|
||||
services:
|
||||
navidrome:
|
||||
image: ${IMAGE:-docker.io/deluan/navidrome}:${VERSION:?}
|
||||
container_name: ${NAME:-navidrome}
|
||||
ports:
|
||||
- ${ENDPOINT:-127.0.0.1:4533}:${PORT:-4533}
|
||||
environment:
|
||||
ND_PORT: ${PORT:-4533}
|
||||
ND_LOGLEVEL: ${LOGLEVEL:-info}
|
||||
ND_BASEURL: ${BASEURL:?}
|
||||
ND_LASTFM_ENABLED: ${LASTFM_ENABLED:-true}
|
||||
ND_LASTFM_APIKEY: ${LASTFM_APIKEY:?}
|
||||
ND_LASTFM_SECRET: ${LASTFM_SECRET:?}
|
||||
volumes:
|
||||
- data:/data
|
||||
- ${MUSIC:?}:/music:ro,Z
|
||||
Reference in New Issue
Block a user