We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d1fe23 commit be927c4Copy full SHA for be927c4
docker-compose.yaml
@@ -187,8 +187,14 @@ services:
187
- MATCHING_DB_HOSTNAME=match-db
188
- MATCHING_DB_PORT=6379
189
- 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}
193
depends_on:
194
- match-db
195
+ - user-service
196
+ - question-service
197
+ - collab-service
198
networks:
199
- match-db-network
200
- match-api-network
0 commit comments