浏览代码

Fix mongodb name for Your Spotify [skip ci]

Nicolas Meienberger 3 年之前
父节点
当前提交
b2d4362be3
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      apps/your-spotify/docker-compose.yml

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

@@ -8,9 +8,9 @@ services:
     ports:
     ports:
       - 32500:8080
       - 32500:8080
     links:
     links:
-      - mongo
+      - your-spotify-db
     depends_on:
     depends_on:
-      - mongo
+      - your-spotify-db
     environment:
     environment:
       - API_ENDPOINT=http://localhost:32500 # This MUST be included as a valid URL in the spotify dashboard (see below)
       - API_ENDPOINT=http://localhost:32500 # This MUST be included as a valid URL in the spotify dashboard (see below)
       - CLIENT_ENDPOINT=http://${INTERNAL_IP}:${APP_PORT}
       - CLIENT_ENDPOINT=http://${INTERNAL_IP}:${APP_PORT}