mirror of
https://github.com/samply/bridgehead.git
synced 2026-08-13 12:22:36 +02:00
Address OVIS review feedback
This commit is contained in:
-13
@@ -186,19 +186,6 @@ case "$ACTION" in
|
|||||||
;;
|
;;
|
||||||
postRun | postUpdate)
|
postRun | postUpdate)
|
||||||
;;
|
;;
|
||||||
### ovisreimport is untested, just writing down the idea to test it later
|
|
||||||
# ovisreimport)
|
|
||||||
# ./bridgehead stop ${PROJECT}
|
|
||||||
# docker volume rm ${PROJECT}_ovis-mongodb-data
|
|
||||||
# loadVars
|
|
||||||
# hc_send log "Bridgehead $PROJECT startup (ovisreimport): Checking requirements ..."
|
|
||||||
# checkRequirements
|
|
||||||
# sync_secrets
|
|
||||||
# hc_send log "Bridgehead $PROJECT startup (ovisreimport): Requirements checked out. Now starting bridgehead ..."
|
|
||||||
# exec $COMPOSE --profile ovisreimport -p $PROJECT -f ./minimal/docker-compose.yml -f ./$PROJECT/docker-compose.yml $OVERRIDE up --abort-on-container-exit *)
|
|
||||||
# printUsage
|
|
||||||
# exit 1
|
|
||||||
# ;;
|
|
||||||
*)
|
*)
|
||||||
printUsage
|
printUsage
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
ovis-traefik-forward-auth:
|
ovis-traefik-forward-auth:
|
||||||
|
container_name: bridgehead-ccp-ovis-forward-auth
|
||||||
image: docker.verbis.dkfz.de/cache/oauth2-proxy/oauth2-proxy:latest
|
image: docker.verbis.dkfz.de/cache/oauth2-proxy/oauth2-proxy:latest
|
||||||
environment:
|
environment:
|
||||||
- http_proxy=http://forward_proxy:3128
|
- http_proxy=http://forward_proxy:3128
|
||||||
|
|||||||
Reference in New Issue
Block a user