File tree Expand file tree Collapse file tree 1 file changed +19
-8
lines changed Expand file tree Collapse file tree 1 file changed +19
-8
lines changed Original file line number Diff line number Diff line change @@ -124,11 +124,16 @@ services:
124
124
- " 8890:8890"
125
125
- " 8891:8891"
126
126
- " 9000:9000"
127
- - " 30315:30315 "
127
+ - " 40401:40401 "
128
128
depends_on :
129
- - entry-point
130
- - init-keyspace
131
- - cassandra
129
+ entry-point :
130
+ condition : service_healthy
131
+ cassandra :
132
+ condition : service_healthy
133
+ init-keyspace :
134
+ condition : service_completed_successfully
135
+ deploy-network-subgraphs-fastchain :
136
+ condition : service_completed_successfully
132
137
environment :
133
138
STREAMR_URL : " ${STREAMR_BASE_URL}"
134
139
CASSANDRA_HOST : 10.200.10.1:9042
@@ -149,9 +154,12 @@ services:
149
154
- " 8790:8790"
150
155
- " 8791:8791"
151
156
- " 9100:9100"
152
- - " 30316:30316 "
157
+ - " 40402:40402 "
153
158
depends_on :
154
- - entry-point
159
+ entry-point :
160
+ condition : service_healthy
161
+ deploy-network-subgraphs-fastchain :
162
+ condition : service_completed_successfully
155
163
environment :
156
164
STREAMR_URL : " ${STREAMR_BASE_URL}"
157
165
command : npm exec -- streamr-broker configs/docker-2.env.json
@@ -171,9 +179,12 @@ services:
171
179
- " 8690:8690"
172
180
- " 8691:8691"
173
181
- " 9200:9200"
174
- - " 30317:30317 "
182
+ - " 40403:40403 "
175
183
depends_on :
176
- - entry-point
184
+ entry-point :
185
+ condition : service_healthy
186
+ deploy-network-subgraphs-fastchain :
187
+ condition : service_completed_successfully
177
188
environment :
178
189
STREAMR_URL : " ${STREAMR_BASE_URL}"
179
190
command : npm exec -- streamr-broker configs/docker-3.env.json
You can’t perform that action at this time.
0 commit comments