File tree Expand file tree Collapse file tree 1 file changed +0
-51
lines changed Expand file tree Collapse file tree 1 file changed +0
-51
lines changed Original file line number Diff line number Diff line change @@ -76,24 +76,6 @@ services:
76
76
networks :
77
77
- match-db-network
78
78
79
- collab-db :
80
- hostname : ' collab-db'
81
- image : postgres:16.4
82
- container_name : ' collab-db'
83
- env_file :
84
- - ./backend/collaboration/.env.local
85
- volumes :
86
- - ' collab-db-docker:${COLLAB_PGDATA}'
87
- restart : unless-stopped
88
- networks :
89
- - collab-db-network
90
- healthcheck :
91
- test : ['CMD-SHELL', 'pg_isready -U peerprep-collab-express -d collab']
92
- interval : 10s
93
- retries : 5
94
- start_period : 30s
95
- timeout : 10s
96
-
97
79
# Services
98
80
user-service :
99
81
image : ' user-express'
@@ -219,37 +201,6 @@ services:
219
201
retries : 5
220
202
start_period : 5s
221
203
222
- collab-service :
223
- image : ' collab-express'
224
- container_name : ' ${COLLAB_SERVICE_NAME}'
225
- build :
226
- context : ./backend/collaboration
227
- dockerfile : express.Dockerfile
228
- target : production
229
- args :
230
- # For building with the correct env vars
231
- - port=${COLLAB_EXPRESS_PORT}
232
- env_file :
233
- - ./backend/collaboration/.env.compose
234
- environment :
235
- # Docker Compose Specific for Service Discovery
236
- - EXPRESS_DB_HOST=collab-db
237
- - EXPRESS_DB_PORT=5432
238
- - PEERPREP_UI_HOST=http://${FRONTEND_SERVICE_NAME}:${FRONTEND_PORT}
239
- depends_on :
240
- collab-db :
241
- condition : service_healthy
242
- restart : true
243
- networks :
244
- - collab-db-network
245
- - collab-ws-network
246
- healthcheck :
247
- test : wget --no-verbose --tries=1 --spider http://localhost:${COLLAB_EXPRESS_PORT}/health || exit 1
248
- interval : 30s
249
- timeout : 10s
250
- retries : 5
251
- start_period : 5s
252
-
253
204
# Frontend
254
205
frontend :
255
206
image : ' frontend'
@@ -296,8 +247,6 @@ volumes:
296
247
# Redis Match server
297
248
match-db-docker :
298
249
external : true
299
- collab-db-docker :
300
- external : true
301
250
302
251
networks :
303
252
# Isolated API Server Networks
You can’t perform that action at this time.
0 commit comments