Skip to content

Commit

Permalink
Improve reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Aug 2, 2023
1 parent 95cce90 commit a08ea3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions services
Original file line number Diff line number Diff line change
Expand Up @@ -179,12 +179,12 @@ case "${command}" in
echo -e "- Data models \033[1m@context\033[0m (Smart Farm) is supplied externally"
echo ""
${dockerCmd} -f docker-compose/common.yml -f docker-compose/orion-ld.yml up -d --remove-orphans --renew-anon-volumes
displayServices "orion|fiware"
waitForMongo
addDatabaseIndex
waitForOrion
export CONTEXT_BROKER=orion:1026
loadData
displayServices "orion|fiware"
;;
"scorpio")
export $(cat .env | grep "#" -v)
Expand All @@ -195,11 +195,11 @@ case "${command}" in
echo -e "- Data models \033[1m@context\033[0m (Smart Farm) is supplied externally"
echo ""
${dockerCmd} -f docker-compose/common.yml -f docker-compose/scorpio-aaio.yml up -d --remove-orphans --renew-anon-volumes
displayServices "scorpio|fiware"
waitForMongo
waitForScorpio
export CONTEXT_BROKER=scorpio:9090
loadData
displayServices "scorpio|fiware"
;;
"stellio")
export $(cat .env | grep "#" -v)
Expand All @@ -210,11 +210,11 @@ case "${command}" in
echo -e "- Data models \033[1m@context\033[0m (Smart Farm) is supplied externally"
echo ""
${dockerCmd} -f docker-compose/common.yml -f docker-compose/stellio.yml up -d --remove-orphans --renew-anon-volumes
displayServices "stellio|fiware"
waitForMongo
waitForStellio
export CONTEXT_BROKER=stellio:8080
loadData
displayServices "stellio|fiware"
;;
"stop")
export $(cat .env | grep "#" -v)
Expand Down

0 comments on commit a08ea3a

Please sign in to comment.