From 1c68329227e1eb52fe007f89a8b3f7380bc59329 Mon Sep 17 00:00:00 2001 From: tm16-medma Date: Thu, 13 Aug 2026 09:37:37 +0200 Subject: [PATCH] Address OVIS review feedback --- bridgehead | 13 ------------- ccp/modules/ovis-compose.yml | 1 + 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/bridgehead b/bridgehead index 2cd2489..09b46f5 100755 --- a/bridgehead +++ b/bridgehead @@ -186,19 +186,6 @@ case "$ACTION" in ;; 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 exit 1 diff --git a/ccp/modules/ovis-compose.yml b/ccp/modules/ovis-compose.yml index 6541f02..a45a0d1 100644 --- a/ccp/modules/ovis-compose.yml +++ b/ccp/modules/ovis-compose.yml @@ -1,5 +1,6 @@ services: ovis-traefik-forward-auth: + container_name: bridgehead-ccp-ovis-forward-auth image: docker.verbis.dkfz.de/cache/oauth2-proxy/oauth2-proxy:latest environment: - http_proxy=http://forward_proxy:3128