You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
command: "bash -c 'if [ ! -f /tmp/update_run.sh ]; then echo \"ERROR: Did you forget the update_run.sh file that came with this docker-compose.yml file?\" && exit 1 ; else /tmp/update_run.sh && /etc/confluent/docker/run ; fi'"
101
+
CLUSTER_ID: NjExODZhMWVjMzllMTFlZm
104
102
105
103
106
104
# Databases
@@ -129,6 +127,10 @@ services:
129
127
retries: 20
130
128
start_period: 10s
131
129
130
+
tutorial:
131
+
environment:
132
+
- "CONTEXT_BROKER=http://stellio:${STELLIO_PORT}/ngsi-ld/v1"# URL of the context broker to update context
Copy file name to clipboardExpand all lines: services
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -180,14 +180,14 @@ case "${command}" in
180
180
export$(cat .env | grep "#" -v)
181
181
stoppingContainers
182
182
waitForCoreContext
183
-
echo -e "Starting containers: \033[1;34mStellio\033[0m, \033[1mKafka\033[0m, \033[1mZookeeper\033[0m, \033[1mNeo4j\033[0m, \033[1mPostgreSQL/TimescaleDB\033[0m, and a linked data \033[1mContext\033[0m."
183
+
echo -e "Starting containers: \033[1;34mStellio\033[0m, \033[1mKafka\033[0m, \033[1mPostgreSQL/TimescaleDB\033[0m, and a linked data \033[1mContext\033[0m."
184
184
echo -e "- \033[1;34mStellio\033[0m is the context broker\n"
185
185
echo -e "- Data models \033[1m@context\033[0m (Smart Supermarket) is supplied externally"
186
186
echo""
187
187
${dockerCmd} -f docker-compose/common.yml -f docker-compose/stellio.yml up -d --remove-orphans --renew-anon-volumes
0 commit comments