Stage 1
This commit is contained in:
@@ -11,6 +11,7 @@ services:
|
||||
environment:
|
||||
# https://www.navidrome.org/docs/usage/configuration-options/#available-options
|
||||
ND_BASEURL: "https://navidrome.shoebottom.ca"
|
||||
ND_LISTENBRAINZ_BASEURL: "https://multi-scrobbler.shoebottom.ca/1/"
|
||||
ND_ALBUMPLAYCOUNT: "normalized"
|
||||
ND_RECENTLYADDEDBYMODTIME: "true"
|
||||
volumes:
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
LZE_TOKEN=<customtoken>
|
||||
JELLYFIN_APIKEY=<key>
|
||||
JELLYFIN_USER=<username>
|
||||
MALOJA_API_KEY=<key>
|
||||
MALOJA_API_KEY=<key>
|
||||
SPOTIFY_CLIENT_ID=<id>
|
||||
SPOTIFY_CLIENT_SECRET=<secret>
|
||||
@@ -17,8 +17,10 @@ services:
|
||||
- ../stack.env
|
||||
environment:
|
||||
- TZ=America/Moncton # Specify timezone from TZ Database name found here https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
||||
- LZENDPOINT_ENABLE=true
|
||||
- JELLYFIN_URL=https://jellyfin.shoebottom.ca
|
||||
- MALOJA_URL=http://maloja:42010
|
||||
- SPOTIFY_REDIRECT_URI=https://multi-scrobbler.shoebottom.ca/callback
|
||||
- PUID=1000 # required if running docker on linux host, see main README Docker setup instructions
|
||||
- PGID=1000 # required if running docker on linux host, see main README Docker setup instructions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user