File tree Expand file tree Collapse file tree 3 files changed +7319
-11562
lines changed Expand file tree Collapse file tree 3 files changed +7319
-11562
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ services:
30
30
- " ${QUESTION_EXPRESS_DB_PORT}:5432"
31
31
restart : unless-stopped
32
32
33
+ <<<<<<< HEAD
33
34
collab-db :
34
35
hostname : " collab-db"
35
36
image : postgres:16.4
@@ -43,6 +44,8 @@ services:
43
44
- " ${COLLAB_EXPRESS_DB_PORT}:5432"
44
45
restart : unless-stopped
45
46
47
+ =======
48
+ >>>>>>> ba41a4a2223602ec532fc1d08a3b632e0ca698cd
46
49
match-db :
47
50
hostname : " match-db"
48
51
image : redis/redis-stack
@@ -55,13 +58,29 @@ services:
55
58
- " ${MATCHING_DB_HOST_MGMT_PORT}:8001"
56
59
- " ${MATCHING_DB_HOST_PORT}:6379"
57
60
restart : unless-stopped
61
+ <<<<<<< HEAD
62
+ =======
63
+
64
+ # match-db-ui:
65
+ # hostname: "match-db-ui"
66
+ # image: redis/redisinsight
67
+ # container_name: "match-db-ui"
68
+ # ports:
69
+ # - "${MATCHING_DB_HOST_MGMT_PORT}:5540"
70
+ # restart: unless-stopped
71
+ >>>>>>> ba41a4a2223602ec532fc1d08a3b632e0ca698cd
58
72
59
73
volumes :
60
74
user-db-docker :
61
75
external : true
62
76
question-db-docker :
63
77
external : true
78
+ <<<<<<< HEAD
64
79
collab-db-docker :
65
80
external : true
66
81
match-db-docker :
67
- external : true
82
+ external : true
83
+ =======
84
+ match-db-docker :
85
+ external : true
86
+ >>>>>>> ba41a4a2223602ec532fc1d08a3b632e0ca698cd
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ services:
162
162
restart : true
163
163
networks :
164
164
- collab-db-network
165
- - collab-ws -network
165
+ - collab-api -network
166
166
healthcheck :
167
167
test : wget --no-verbose --tries=1 --spider http://localhost:${COLLAB_EXPRESS_PORT}/health || exit 1
168
168
interval : 30s
@@ -193,7 +193,7 @@ services:
193
193
- match-db-network
194
194
- match-api-network
195
195
- question-api-network
196
- # - collab-api-network
196
+ - collab-api-network
197
197
healthcheck :
198
198
test : wget --no-verbose --tries=1 --spider http://localhost:${MATCHING_EXPRESS_PORT}/health || exit 1
199
199
interval : 30s
@@ -233,7 +233,7 @@ services:
233
233
networks :
234
234
- user-api-network
235
235
- question-api-network
236
- - collab-ws -network
236
+ - collab-api -network
237
237
- match-api-network
238
238
239
239
volumes :
@@ -242,6 +242,7 @@ volumes:
242
242
external : true
243
243
question-db-docker :
244
244
external : true
245
+ # Collab WS Server
245
246
collab-db-docker :
246
247
external : true
247
248
# Redis Match server
@@ -266,5 +267,5 @@ networks:
266
267
driver : bridge
267
268
match-api-network :
268
269
driver : bridge
269
- collab-ws -network :
270
+ collab-api -network :
270
271
driver : bridge
You can’t perform that action at this time.
0 commit comments