mirror of
https://github.com/SoPat712/allstarr.git
synced 2026-02-09 23:55:10 -05:00
Expose Spotify lyrics API on port 8080 for testing
This commit is contained in:
@@ -21,9 +21,8 @@ services:
|
|||||||
image: akashrchandran/spotify-lyrics-api:latest
|
image: akashrchandran/spotify-lyrics-api:latest
|
||||||
container_name: allstarr-spotify-lyrics
|
container_name: allstarr-spotify-lyrics
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
# Only accessible internally - no external port exposure
|
ports:
|
||||||
expose:
|
- "8080:8080"
|
||||||
- "8080"
|
|
||||||
environment:
|
environment:
|
||||||
- SP_DC=${SPOTIFY_API_SESSION_COOKIE:-}
|
- SP_DC=${SPOTIFY_API_SESSION_COOKIE:-}
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user