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'"
Copy file name to clipboardExpand all lines: services
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -255,7 +255,7 @@ case "${command}" in
255
255
export$(cat .env | grep "#" -v)
256
256
stoppingContainers
257
257
waitForCoreContext
258
-
echo -e "Starting containers: \033[1;34mStellio\033[0m, \033[1;36mIoT-Agent\033[0m, \033[1mTutorial\033[0m, a linked data \033[1mContext\033[0m and a \033[1mMongoDB\033[0m database."
258
+
echo -e "Starting containers: \033[1;34mStellio\033[0m, \033[1;36mIoT-Agent\033[0m, \033[1mTutorial\033[0m, \033[1mKafka\033[0m, \033[1mPostgreSQL/TimescaleDB\033[0m, and a linked data \033[1mContext\033[0m."
259
259
echo -e "- \033[1;34mStellio\033[0m is the context broker"
260
260
echo -e "- \033[1;36mIoT-Agent\033[0m is configured for the UltraLight Protocol"
261
261
echo -e "- \033[1mTutorial\033[0m displays a web app to manipulate the context directly"
0 commit comments