Skip to content

Commit be927c4

Browse files
committed
update endpoint for combined
1 parent 0d1fe23 commit be927c4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docker-compose.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,14 @@ services:
187187
- MATCHING_DB_HOSTNAME=match-db
188188
- MATCHING_DB_PORT=6379
189189
- PEERPREP_UI_HOST=http://${FRONTEND_SERVICE_NAME}:${FRONTEND_PORT}
190+
- USER_SERVER_ENDPOINT=http://${USER_SERVICE_NAME}:${USER_EXPRESS_PORT}
191+
- QUESTION_SERVER_ENDPOINT=http://${QUESTION_SERVICE_NAME}:${QUESTION_EXPRESS_PORT}
192+
- COLLAB_SERVER_ENDPOINT=http://${COLLAB_SERVICE_NAME}:${COLLAB_EXPRESS_PORT}
190193
depends_on:
191194
- match-db
195+
- user-service
196+
- question-service
197+
- collab-service
192198
networks:
193199
- match-db-network
194200
- match-api-network

0 commit comments

Comments
 (0)