We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 124f33a commit 9b4e298Copy full SHA for 9b4e298
docker-compose/stellio.yml
@@ -127,6 +127,9 @@ services:
127
retries: 20
128
start_period: 10s
129
130
+ tutorial:
131
+ environment:
132
+ - "CONTEXT_BROKER=http://stellio:${STELLIO_PORT}/ngsi-ld/v1" # URL of the context broker to update context
133
134
networks:
135
default:
services
@@ -187,7 +187,7 @@ case "${command}" in
187
${dockerCmd} -f docker-compose/common.yml -f docker-compose/stellio.yml up -d --remove-orphans --renew-anon-volumes
188
waitForMongo
189
waitForStellio
190
- export CONTEXT_BROKER=api-gateway:8080
+ export CONTEXT_BROKER=stellio:8080
191
loadData
192
displayServices stellio
193
;;
0 commit comments