Expose Spotify lyrics API on port 8080 for testing

This commit is contained in:
2026-02-06 10:52:31 -05:00
parent 261f20f378
commit d8696e254f

View File

@@ -21,9 +21,8 @@ services:
image: akashrchandran/spotify-lyrics-api:latest
container_name: allstarr-spotify-lyrics
restart: unless-stopped
# Only accessible internally - no external port exposure
expose:
- "8080"
ports:
- "8080:8080"
environment:
- SP_DC=${SPOTIFY_API_SESSION_COOKIE:-}
networks: