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
Copy file name to clipboardExpand all lines: services
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ waitForScorpio () {
58
58
while [ "${response}"-eq 000 ]
59
59
do
60
60
echo -e "Context Broker HTTP state: ${response} (waiting for 404)"
61
-
pause 60
61
+
pause 6
62
62
getHeartbeat "${SCORPIO}"
63
63
done
64
64
}
@@ -186,11 +186,11 @@ case "${command}" in
186
186
export$(cat .env | grep "#" -v)
187
187
stoppingContainers
188
188
waitForCoreContext
189
-
echo -e "Starting containers: \033[1;34mScorpio\033[0m, \033[1mKafka\033[0m, \033[1mZookeeper\033[0m and a \033[1mPostgres\033[0m database, \033[1;36mIoT-Agent\033[0m, \033[1mTutorial\033[0m and a \033[1mMongoDB\033[0m database."
189
+
echo -e "Starting containers: \033[1;34mScorpio\033[0m and a \033[1mPostgres\033[0m database, \033[1;36mIoT-Agent\033[0m, \033[1mTutorial\033[0m and a \033[1mMongoDB\033[0m database."
190
190
echo -e "- \033[1;34mScorpio\033[0m is the context broker"
191
191
echo -e "- Data models \033[1m@context\033[0m (Smart Supermarket) is supplied externally"
192
192
echo""
193
-
${dockerCmd} -f docker-compose/common.yml -f docker-compose/scorpio-aaio.yml up -d --remove-orphans --renew-anon-volumes
193
+
${dockerCmd} -f docker-compose/common.yml -f docker-compose/scorpio.yml up -d --remove-orphans --renew-anon-volumes
0 commit comments