Update dc to include blocker module

This commit is contained in:
PJ 2021-12-01 11:02:55 +01:00
parent 18e0043113
commit fe87f19e68
No known key found for this signature in database
GPG Key ID: F345964979FA8971
1 changed files with 5 additions and 0 deletions

5
dc
View File

@ -13,6 +13,11 @@ for i in $(seq 1 ${#PORTAL_MODULES}); do
COMPOSE_FILES+=" -f docker-compose.mongodb.yml -f docker-compose.accounts.yml"
fi
# blocker module - alias "b"
if [[ ${PORTAL_MODULES:i-1:1} == "b" ]]; then
COMPOSE_FILES+=" -f docker-compose.blocker.yml"
fi
# jaeger module - alias "j"
if [[ ${PORTAL_MODULES:i-1:1} == "j" ]]; then
COMPOSE_FILES+=" -f docker-compose.jaeger.yml"