File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -161,9 +161,9 @@ services:
161
161
interval : 30s
162
162
timeout : 10s
163
163
retries : 20
164
- engine-and-editor :
165
- container_name : streamr-dev-engine-and-editor
166
- image : streamr/engine-and-editor :dev
164
+ core-api :
165
+ container_name : streamr-dev-core-api
166
+ image : streamr/core-api :dev
167
167
ports :
168
168
- " 8081:8081"
169
169
depends_on :
@@ -191,7 +191,7 @@ services:
191
191
restart : unless-stopped
192
192
depends_on :
193
193
- parity-node0
194
- - engine-and-editor
194
+ - core-api
195
195
environment :
196
196
STREAMR_API_URL : " ${STREAMR_BASE_URL}/api/v1"
197
197
METRICS : null
@@ -229,7 +229,7 @@ services:
229
229
ports :
230
230
- " 3333:80"
231
231
depends_on :
232
- - engine-and-editor
232
+ - core-api
233
233
- parity-node0
234
234
environment :
235
235
DATA_UNIONS : " on"
You can’t perform that action at this time.
0 commit comments