diff --git a/cce/modules/lens-setup.sh b/cce/modules/lens-setup.sh index eb511b5..c19dc4b 100644 --- a/cce/modules/lens-setup.sh +++ b/cce/modules/lens-setup.sh @@ -2,5 +2,4 @@ if [ -n "$ENABLE_LENS" ];then OVERRIDE+=" -f ./$PROJECT/modules/lens-compose.yml" -fi -} \ No newline at end of file +fi \ No newline at end of file diff --git a/minimal/docker-compose.yml b/minimal/docker-compose.yml index e9f53d6..aca5195 100644 --- a/minimal/docker-compose.yml +++ b/minimal/docker-compose.yml @@ -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}