From fe4f7733f883f9a900ff0a4c2ba6aae46543833c Mon Sep 17 00:00:00 2001 From: Martin Jurk Date: Fri, 23 Jan 2026 08:32:23 +0100 Subject: [PATCH] clean up migration --- itcc/modules/lens-compose.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/itcc/modules/lens-compose.yml b/itcc/modules/lens-compose.yml index 25da6b25..3823981a 100644 --- a/itcc/modules/lens-compose.yml +++ b/itcc/modules/lens-compose.yml @@ -1,15 +1,16 @@ version: "3.7" services: - landing: + itcc-explorer: container_name: lens_itcc_explorer - image: ghcr.io/samply/itcc-explorer:fix-setup + image: samply/itcc-explorer:main 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=Host(`${HOST}`) && PathPrefix(`/`)" + - "traefik.http.routers.landing.entrypoints=websecure" - "traefik.http.services.landing.loadbalancer.server.port=3000" - "traefik.http.routers.landing.tls=true"