Support nngm within CCP bridgehead

This commit is contained in:
Martin Lablans
2022-10-26 11:50:21 +02:00
parent 3351e696af
commit 404e5440b8
5 changed files with 48 additions and 88 deletions

View File

@ -52,10 +52,10 @@ fetchVarsFromVaultByFile /etc/bridgehead/$PROJECT.conf || fail_and_report 1 "Una
[ -e ./$PROJECT/vars ] && source ./$PROJECT/vars
set +a
OVERRIDE=""
OVERRIDE=${OVERRIDE:=""}
if [ -f "$PROJECT/docker-compose.override.yml" ]; then
log INFO "Applying $PROJECT/docker-compose.override.yml"
OVERRIDE+="-f ./$PROJECT/docker-compose.override.yml"
OVERRIDE+=" -f ./$PROJECT/docker-compose.override.yml"
fi
case "$ACTION" in