remove landing page, because it does not allow ccp or itcc project

This commit is contained in:
p.delpy@dkfz-heidelberg.de 2024-07-25 13:33:43 +02:00
parent cfa85067f0
commit c34d8a5544
2 changed files with 1 additions and 15 deletions

View File

@ -2,5 +2,4 @@
if [ -n "$ENABLE_LENS" ];then
OVERRIDE+=" -f ./$PROJECT/modules/lens-compose.yml"
fi
}
fi

View File

@ -45,16 +45,3 @@ services:
healthcheck:
# Wait 1s before marking this service healthy. Required for the oauth2-proxy to talk to the OIDC provider on startup which will fail if the forward proxy is not started yet.
test: ["CMD", "sleep", "1"]
landing:
container_name: bridgehead-landingpage
image: docker.verbis.dkfz.de/cache/samply/bridgehead-landingpage:main
labels:
- "traefik.enable=true"
- "traefik.http.routers.landing.rule=PathPrefix(`/`)"
- "traefik.http.services.landing.loadbalancer.server.port=80"
- "traefik.http.routers.landing.tls=true"
environment:
HOST: ${HOST}
PROJECT: ${PROJECT}
SITE_NAME: ${SITE_NAME}