mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-17 04:50:15 +02:00
Merge branch 'version-1' of https://github.com/samply/bridgehead into version-1
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user