Fix mongodb hostname for Your Spotify [skip ci]
This commit is contained in:
parent
b2d4362be3
commit
5223aaa7d3
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,7 @@ services:
|
|||
- CLIENT_ENDPOINT=http://${INTERNAL_IP}:${APP_PORT}
|
||||
- SPOTIFY_PUBLIC=${SPOTIFY_PUBLIC}
|
||||
- SPOTIFY_SECRET=${SPOTIFY_SECRET}
|
||||
- MONGO_ENDPOINT=mongodb://your-spotify-db:27017/your_spotify
|
||||
- CORS=all
|
||||
networks:
|
||||
- tipi_main_network
|
||||
|
@ -31,6 +32,8 @@ services:
|
|||
your-spotify:
|
||||
container_name: your-spotify
|
||||
image: yooooomi/your_spotify_client
|
||||
depends_on:
|
||||
- your-spotify-server
|
||||
restart: always
|
||||
ports:
|
||||
- ${APP_PORT}:3000
|
||||
|
|
Loading…
Reference in a new issue