explorer error host fix

This commit is contained in:
Martin Jurk
2025-11-21 10:26:28 +01:00
parent bd648b027b
commit e4cfd41874

View File

@@ -1,11 +1,15 @@
version: "3.7"
services:
landing:
container_name: lens_federated-search
container_name: lens_itcc_explorer
image: ghcr.io/samply/itcc-explorer:pr-1
environment:
HOST: "0.0.0.0"
BIND_ADDR: "0.0.0.0:3000"
PUBLIC_ENVIRONMENT: ${PUBLIC_ENVIRONMENT}
labels:
- "traefik.http.routers.lens.rule=Host(`${HOST}`)"
- "traefik.enable=true"
- "traefik.http.routers.landing.rule=PathPrefix(`/`)"
- "traefik.http.services.landing.loadbalancer.server.port=3000"
- "traefik.http.routers.landing.tls=true"