include basse docker-compose file
This commit is contained in:
parent
d021617762
commit
3ad5b4fa38
3
dc
3
dc
|
@ -4,6 +4,9 @@ if [ -f .env ]; then
|
||||||
export $(cat .env | sed 's/#.*//g' | xargs)
|
export $(cat .env | sed 's/#.*//g' | xargs)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# include base docker compose file
|
||||||
|
COMPOSE_FILES="-f docker-compose.yml"
|
||||||
|
|
||||||
for i in $(seq 1 ${#PORTAL_MODULES}); do
|
for i in $(seq 1 ${#PORTAL_MODULES}); do
|
||||||
# accounts module - alias "a"
|
# accounts module - alias "a"
|
||||||
if [ ${PORTAL_MODULES:i-1:1} == "a" ]; then
|
if [ ${PORTAL_MODULES:i-1:1} == "a" ]; then
|
||||||
|
|
Reference in New Issue