This commit is contained in:
Pierre Delpy
2025-10-31 15:08:33 +01:00
parent 270dc6d5af
commit 3122cfbe76

View File

@@ -4,6 +4,7 @@ services:
container_name: lens_federated-search container_name: lens_federated-search
image: ghcr.io/samply/cce-explorer:pr-1 image: ghcr.io/samply/cce-explorer:pr-1
labels: labels:
- "traefik.http.services.landing.loadbalancer.server.port=3000"
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.landing.rule=Host(`${HOST}`)" - "traefik.http.routers.landing.rule=Host(`${HOST}`)"
- "traefik.http.routers.landing.tls=true" - "traefik.http.routers.landing.tls=true"