fix: Disable landing page for now

This commit is contained in:
janskiba 2024-05-13 13:56:58 +00:00
parent f139965460
commit e5efd42861
1 changed files with 12 additions and 12 deletions

View File

@ -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. # 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"] test: ["CMD", "sleep", "1"]
landing: # landing:
container_name: bridgehead-landingpage # container_name: bridgehead-landingpage
image: docker.verbis.dkfz.de/cache/samply/bridgehead-landingpage:main # image: docker.verbis.dkfz.de/cache/samply/bridgehead-landingpage:main
labels: # labels:
- "traefik.enable=true" # - "traefik.enable=true"
- "traefik.http.routers.landing.rule=PathPrefix(`/`)" # - "traefik.http.routers.landing.rule=PathPrefix(`/`)"
- "traefik.http.services.landing.loadbalancer.server.port=80" # - "traefik.http.services.landing.loadbalancer.server.port=80"
- "traefik.http.routers.landing.tls=true" # - "traefik.http.routers.landing.tls=true"
environment: # environment:
HOST: ${HOST} # HOST: ${HOST}
PROJECT: ${PROJECT} # PROJECT: ${PROJECT}
SITE_NAME: ${SITE_NAME} # SITE_NAME: ${SITE_NAME}