File tree Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ COLLAB_EXPRESS_DB_PORT=5434
10
10
MATCHING_PGDATA = " /data/collab-db"
11
11
MATCHING_EXPRESS_DB_PORT = 5434
12
12
13
- USER_SERVICE_NAME = user-express
13
+ USER_CONTAINER_NAME = user-express
14
14
USER_EXPRESS_ENV = compose
15
15
USER_EXPRESS_PORT = 9001
16
16
17
- QUESTION_SERVICE_NAME = question-service
17
+ QUESTION_CONTAINER_NAME = question-express
18
18
QUESTION_EXPRESS_ENV = compose
19
19
QUESTION_EXPRESS_PORT = 9002
20
20
21
- COLLAB_SERVICE_NAME = collab-service
21
+ COLLAB_CONTAINER_NAME = collab-express
22
22
COLLAB_EXPRESS_ENV = compose
23
23
COLLAB_EXPRESS_PORT = 9003
24
24
Original file line number Diff line number Diff line change 1
- FRONTEND_ENV=compose
2
-
3
- # VITE_USER_SERVICE=http://user-service:9001
4
- # VITE_QUESTION_SERVICE=http://question-service:9002
5
-
6
- # FRONTEND_PORT=3000
1
+ FRONTEND_ENV=compose
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ server {
17
17
}
18
18
19
19
location /question-service/ {
20
- rewrite ^/question-service(/.*)$ $1 break;
20
+ rewrite ^/question-service(/.*)$ $1 break;
21
21
proxy_pass ${VITE_QUESTION_SERVICE};
22
22
proxy_set_header Host $host;
23
23
proxy_set_header X-Real-IP $remote_addr;
You can’t perform that action at this time.
0 commit comments