refactor: Use beam proxy directly as proxy

This commit is contained in:
janskiba
2024-02-08 13:38:37 +00:00
committed by juarez
parent f3fa1ce712
commit 64250d9d21
2 changed files with 3 additions and 10 deletions

View File

@ -90,7 +90,7 @@ case "$ACTION" in
loadVars
hc_send log "Bridgehead $PROJECT startup: Checking requirements ..."
checkRequirements
sync_secrets
sync_secrets
hc_send log "Bridgehead $PROJECT startup: Requirements checked out. Now starting bridgehead ..."
exec $COMPOSE -p $PROJECT -f ./minimal/docker-compose.yml -f ./$PROJECT/docker-compose.yml $OVERRIDE up --abort-on-container-exit
;;