@@ -136,7 +136,7 @@ services:
136
136
environment :
137
137
STREAMR_URL : " 10.200.10.1"
138
138
CASSANDRA_HOST : 10.200.10.1:9042
139
- command : npm exec -c streamr-node configs/docker-1.env.json
139
+ command : npm exec -c " streamr-node configs/docker-1.env.json"
140
140
healthcheck :
141
141
test : ["CMD", "curl", "--fail", "--silent", "--show-error", "--max-time", "9", "http://localhost:8891/info"]
142
142
interval : 30s
@@ -161,7 +161,7 @@ services:
161
161
condition : service_completed_successfully
162
162
environment :
163
163
STREAMR_URL : " 10.200.10.1"
164
- command : npm exec -c streamr-node configs/docker-2.env.json
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"]
167
167
interval : 30s
@@ -186,7 +186,7 @@ services:
186
186
condition : service_completed_successfully
187
187
environment :
188
188
STREAMR_URL : " 10.200.10.1"
189
- command : npm exec -c streamr-node configs/docker-3.env.json
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"]
192
192
interval : 30s
0 commit comments