1
0
Fork 0

navidrome: add

This commit is contained in:
Lukáš Kucharczyk 2023-01-30 16:10:22 +01:00
parent 203350c71a
commit 101b34aa41
3 changed files with 27 additions and 1 deletions

4
.env
View File

@ -53,4 +53,6 @@ LOKI_INTERNAL_PORT=3100
GRAFANA_EXTERNAL_PORT=3600 GRAFANA_EXTERNAL_PORT=3600
GRAFANA_INTERNAL_PORT=3000 GRAFANA_INTERNAL_PORT=3000
STASH_EXTERNAL_PORT=9999 STASH_EXTERNAL_PORT=9999
STASH_INTERNAL_PORT=9999 STASH_INTERNAL_PORT=9999
NAVIDROME_EXTERNAL_PORT=4533
NAVIDROME_INTERNAL_PORT=4533

View File

@ -470,6 +470,23 @@ services:
- base - base
restart: unless-stopped restart: unless-stopped
navidrome:
image: deluan/navidrome
container_name: navidrome
ports:
- "${NAVIDROME_EXTERNAL_PORT}:${NAVIDROME_INTERNAL_PORT}"
env_file:
- navidrome.env
user: "${PUID}:${PGID}"
volumes:
- "${DOCKER_STORAGE_PATH}/navidrome:/data"
- "${STORAGE_PATH}/media/music2:/music"
networks:
- public
profiles:
- base
restart: unless-stopped
networks: networks:
loki: loki:
caddy: caddy:

7
navidrome.env Normal file
View File

@ -0,0 +1,7 @@
ND_LASTFM_APIKEY=29e22ee836a0cb51cfaacb72d605e30d
ND_LASTFM_SECRET=10aa58294eeffa142685e78a0cd78ad6
ND_SPOTIFY_ID=9d6a1b14a4134df5b4447fa46c4bf275
ND_SPOTIFY_SECRET=27aed3e91dc34d7593d99ad4febea939
ND_DEVACTIVITYPANEL=false
ND_SEARCHFULLSTRING=true
ND_ENABLESHARING=true