diff --git a/scrobble/.env.example b/scrobble/.env.example index eadde61..5b23fc2 100644 --- a/scrobble/.env.example +++ b/scrobble/.env.example @@ -5,4 +5,5 @@ SPOTIFY_CLIENT_ID= SPOTIFY_CLIENT_SECRET= PLEX_TOKEN= LASTFM_API_KEY= -LASTFM_SECRET= \ No newline at end of file +LASTFM_SECRET= +LZ_TOKEN= \ No newline at end of file diff --git a/scrobble/docker-compose.yml b/scrobble/docker-compose.yml index 83f44dd..4e44f32 100644 --- a/scrobble/docker-compose.yml +++ b/scrobble/docker-compose.yml @@ -24,6 +24,7 @@ services: - SPOTIFY_REDIRECT_URI=https://multi-scrobbler.shoebottom.ca/callback - JELLYFIN_USER=Isaac # filter by user - PLEX_USERS_ALLOW=IsaacShoebottom # filter by user + - LZ_USER=IsaacDaybreak - 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