Skip to content

Commit 9b4e298

Browse files
committed
Add load data
1 parent 124f33a commit 9b4e298

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docker-compose/stellio.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ services:
127127
retries: 20
128128
start_period: 10s
129129

130+
tutorial:
131+
environment:
132+
- "CONTEXT_BROKER=http://stellio:${STELLIO_PORT}/ngsi-ld/v1" # URL of the context broker to update context
130133

131134
networks:
132135
default:

services

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ case "${command}" in
187187
${dockerCmd} -f docker-compose/common.yml -f docker-compose/stellio.yml up -d --remove-orphans --renew-anon-volumes
188188
waitForMongo
189189
waitForStellio
190-
export CONTEXT_BROKER=api-gateway:8080
190+
export CONTEXT_BROKER=stellio:8080
191191
loadData
192192
displayServices stellio
193193
;;

0 commit comments

Comments
 (0)