We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b2fbd commit 1ebb0c7Copy full SHA for 1ebb0c7
1 file changed
services
@@ -34,7 +34,8 @@ case "${command}" in
34
"help")
35
echo "usage: services [start|stop]"
36
;;
37
- "start")
+ "start")
38
+ export $(cat .env | grep "#" -v)
39
stoppingContainers;
40
echo -e "Starting two containers - \033[1;35mKurento\033[0m and \033[1mKurento-Examples (hello-world)\033[0m"
41
echo -e "- \033[1;35mKurento\033[0m is a Media Server"
@@ -84,9 +85,11 @@ case "${command}" in
84
85
startingContainers;
86
87
"stop")
88
89
stoppingContainers
90
91
"create")
92
93
echo "Pulling Docker images"
94
docker-compose --log-level ERROR -f docker-compose/kurento.yml -p fiware pull
95
docker-compose --log-level ERROR -f docker-compose/kurento-with-filters.yml -p fiware pull
0 commit comments