@@ -108,7 +108,7 @@ services:
108108 - " 40500:40500"
109109 command : npm exec -c entry-point
110110 healthcheck :
111- test : ["CMD", "curl", "${STREAMR_BASE_URL} :40500"]
111+ test : ["CMD", "curl", "http:/10.200.10.1 :40500"]
112112 interval : 1s
113113 timeout : 5s
114114 retries : 10
@@ -134,7 +134,7 @@ services:
134134 deploy-network-subgraphs-fastchain :
135135 condition : service_completed_successfully
136136 environment :
137- STREAMR_URL : " ${STREAMR_BASE_URL} "
137+ STREAMR_URL : " 10.200.10.1 "
138138 CASSANDRA_HOST : 10.200.10.1:9042
139139 command : npm exec -c -- streamr-node configs/docker-1.env.json
140140 healthcheck :
@@ -160,7 +160,7 @@ services:
160160 deploy-network-subgraphs-fastchain :
161161 condition : service_completed_successfully
162162 environment :
163- STREAMR_URL : " ${STREAMR_BASE_URL} "
163+ STREAMR_URL : " 10.200.10.1 "
164164 command : npm exec -c -- streamr-node configs/docker-2.env.json
165165 healthcheck :
166166 test : ["CMD", "curl", "--fail", "--silent", "--show-error", "--max-time", "9", "http://localhost:8791/info"]
@@ -185,7 +185,7 @@ services:
185185 deploy-network-subgraphs-fastchain :
186186 condition : service_completed_successfully
187187 environment :
188- STREAMR_URL : " ${STREAMR_BASE_URL} "
188+ STREAMR_URL : " 10.200.10.1 "
189189 command : npm exec -c -- streamr-node configs/docker-3.env.json
190190 healthcheck :
191191 test : ["CMD", "curl", "--fail", "--silent", "--show-error", "--max-time", "9", "http://localhost:8691/info"]
0 commit comments