@@ -108,7 +108,7 @@ services:
108
108
- " 40500:40500"
109
109
command : npm exec -c entry-point
110
110
healthcheck :
111
- test : ["CMD", "curl", "${STREAMR_BASE_URL} :40500"]
111
+ test : ["CMD", "curl", "http:/10.200.10.1 :40500"]
112
112
interval : 1s
113
113
timeout : 5s
114
114
retries : 10
@@ -134,7 +134,7 @@ services:
134
134
deploy-network-subgraphs-fastchain :
135
135
condition : service_completed_successfully
136
136
environment :
137
- STREAMR_URL : " ${STREAMR_BASE_URL} "
137
+ STREAMR_URL : " 10.200.10.1 "
138
138
CASSANDRA_HOST : 10.200.10.1:9042
139
139
command : npm exec -c -- streamr-node configs/docker-1.env.json
140
140
healthcheck :
@@ -160,7 +160,7 @@ services:
160
160
deploy-network-subgraphs-fastchain :
161
161
condition : service_completed_successfully
162
162
environment :
163
- STREAMR_URL : " ${STREAMR_BASE_URL} "
163
+ STREAMR_URL : " 10.200.10.1 "
164
164
command : npm exec -c -- streamr-node configs/docker-2.env.json
165
165
healthcheck :
166
166
test : ["CMD", "curl", "--fail", "--silent", "--show-error", "--max-time", "9", "http://localhost:8791/info"]
@@ -185,7 +185,7 @@ services:
185
185
deploy-network-subgraphs-fastchain :
186
186
condition : service_completed_successfully
187
187
environment :
188
- STREAMR_URL : " ${STREAMR_BASE_URL} "
188
+ STREAMR_URL : " 10.200.10.1 "
189
189
command : npm exec -c -- streamr-node configs/docker-3.env.json
190
190
healthcheck :
191
191
test : ["CMD", "curl", "--fail", "--silent", "--show-error", "--max-time", "9", "http://localhost:8691/info"]
0 commit comments