From e5efd42861abf5e7d077585c94ba0e6dcad9d628 Mon Sep 17 00:00:00 2001 From: janskiba Date: Mon, 13 May 2024 13:56:58 +0000 Subject: [PATCH] fix: Disable landing page for now --- minimal/docker-compose.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/minimal/docker-compose.yml b/minimal/docker-compose.yml index e9f53d6..bfa31d1 100644 --- a/minimal/docker-compose.yml +++ b/minimal/docker-compose.yml @@ -46,15 +46,15 @@ services: # 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} + # 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}