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
echo -e "Starting containers: \033[1;34mOrion-LD\033[0m, a linked data \033[1mContext\033[0m and a \033[1;30mMongoDB\033[0m database."
@@ -157,7 +157,7 @@ case "${command}" in
157
157
echo -e "\033[1;34m${command}\033[0m is now running and exposed on localhost:${EXPOSED_PORT}"
158
158
;;
159
159
"scorpio")
160
-
export$(cat .env| grep "#" -v)
160
+
set -a;source.env;set +a
161
161
stoppingContainers
162
162
waitForCoreContext
163
163
echo -e "Starting containers: \033[1;34mScorpio\033[0m, a linked data \033[1mContext\033[0m and a \033[1mPostgres\033[0m database."
@@ -170,7 +170,7 @@ case "${command}" in
170
170
echo -e "\033[1;34m${command}\033[0m is now running and exposed on localhost:${EXPOSED_PORT}"
171
171
;;
172
172
"stellio")
173
-
export$(cat .env| grep "#" -v)
173
+
set -a;source.env;set +a
174
174
stoppingContainers
175
175
waitForCoreContext
176
176
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."
@@ -183,15 +183,15 @@ case "${command}" in
183
183
echo -e "\033[1;34m${command}\033[0m is now running and exposed on localhost:${EXPOSED_PORT}"
0 commit comments