File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -197,6 +197,9 @@ services:
197
197
- mongodb
198
198
- minio
199
199
- stats
200
+ depends_on :
201
+ redpanda :
202
+ condition : service_started
200
203
volumes :
201
204
- ./branding.json:/var/cfg/branding.json
202
205
environment :
@@ -222,6 +225,9 @@ services:
222
225
- cockroach
223
226
- minio
224
227
- stats
228
+ depends_on :
229
+ redpanda :
230
+ condition : service_started
225
231
volumes :
226
232
- ./branding.json:/var/cfg/branding.json
227
233
environment :
@@ -308,6 +314,9 @@ services:
308
314
- stats
309
315
ports :
310
316
- 3333:3333
317
+ depends_on :
318
+ redpanda :
319
+ condition : service_started
311
320
volumes :
312
321
- ./branding.json:/var/cfg/branding.json
313
322
environment :
@@ -341,6 +350,9 @@ services:
341
350
- minio
342
351
- account
343
352
- stats
353
+ depends_on :
354
+ redpanda :
355
+ condition : service_started
344
356
ports :
345
357
- 3332:3332
346
358
volumes :
Original file line number Diff line number Diff line change @@ -137,6 +137,9 @@ services:
137
137
- cockroach
138
138
- minio
139
139
- redpanda
140
+ depends_on :
141
+ redpanda :
142
+ condition : service_started
140
143
volumes :
141
144
- ./branding-test.json:/var/cfg/branding.json
142
145
environment :
@@ -186,6 +189,9 @@ services:
186
189
transactor :
187
190
image : hardcoreeng/transactor
188
191
pull_policy : never
192
+ depends_on :
193
+ redpanda :
194
+ condition : service_started
189
195
links :
190
196
- mongodb
191
197
- elastic
@@ -245,6 +251,9 @@ services:
245
251
fulltext :
246
252
image : hardcoreeng/fulltext
247
253
restart : unless-stopped
254
+ depends_on :
255
+ redpanda :
256
+ condition : service_started
248
257
links :
249
258
- elastic
250
259
- mongodb
You can’t perform that action at this time.
0 commit comments