Skip to content

Commit

Permalink
Merge pull request #46 from bobeal/patch-1
Browse files Browse the repository at this point in the history
chore: update list of Stellio services
  • Loading branch information
flopezag authored May 8, 2024
2 parents 3ab16bb + 29b47f4 commit d4aa9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ case "${command}" in
export $(cat .env | grep "#" -v)
stoppingContainers
waitForCoreContext
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."
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."
echo -e "- \033[1;34mStellio\033[0m is the context broker"
echo -e "- Data models \033[1m@context\033[0m (Smart Farm) is supplied externally"
${dockerCmd} -f docker-compose/common.yml -f docker-compose/stellio.yml up -d
Expand Down

0 comments on commit d4aa9e0

Please sign in to comment.