Skip to content

Commit

Permalink
🔧 chore(docker-compose.yml): remove unnecessary environment variables…
Browse files Browse the repository at this point in the history
… from service definition

The environment variables TOKEN, SPOTIFY_CLIENT_ID, SPOTIFY_CLIENT_SECRET, and SPOTIFY_REDIRECT_URI are no longer needed in the service definition.
  • Loading branch information
Nat1anWasTaken committed Nov 19, 2023
1 parent 91ed40b commit bf60b47
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ services:
restart: always
env_file:
- stack.env
environment:
- TOKEN=$TOKEN
- SPOTIFY_CLIENT_ID=$SPOTIFY_CLIENT_ID
- SPOTIFY_CLIENT_SECRET=$SPOTIFY_CLIENT_SECRET
- SPOTIFY_REDIRECT_URI=$SPOTIFY_REDIRECT_URI
volumes:
- "./configs:/configs"
ports:
Expand Down

0 comments on commit bf60b47

Please sign in to comment.