Browse Source

Missing variable substitution [skip ci]

Nicolas Meienberger 3 years ago
parent
commit
ec6f97a477
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/your-spotify/docker-compose.yml

+ 1 - 1
apps/your-spotify/docker-compose.yml

@@ -12,7 +12,7 @@ services:
     depends_on:
       - your-spotify-db
     environment:
-      - API_ENDPOINT=http://localhost:32500 # This MUST be included as a valid URL in the spotify dashboard (see below)
+      - API_ENDPOINT=http://${INTERNAL_IP}:32500 # This MUST be included as a valid URL in the spotify dashboard (see below)
       - CLIENT_ENDPOINT=http://${INTERNAL_IP}:${APP_PORT}
       - SPOTIFY_PUBLIC=${SPOTIFY_PUBLIC}
       - SPOTIFY_SECRET=${SPOTIFY_SECRET}