Merge branch 'version-1' of https://github.com/samply/bridgehead into version-1

This commit is contained in:
Patrick Skowronek
2022-05-16 08:20:15 +02:00
4 changed files with 49 additions and 5 deletions

View File

@ -46,6 +46,7 @@ source /etc/bridgehead/site.conf
case "$ACTION" in
start)
checkRequirements
fetchVarsFromVault /etc/bridgehead/site.conf /etc/bridgehead/$PROJECT.env || exit 1
exec docker-compose -f ./$PROJECT/docker-compose.yml --env-file /etc/bridgehead/$PROJECT.env up
;;
stop)