From 28afda37b9630f803c79ce67da203343a67cdee9 Mon Sep 17 00:00:00 2001 From: Martin Jurk Date: Mon, 26 Jan 2026 15:12:45 +0100 Subject: [PATCH] trafik routes --- itcc/docker-compose.yml | 2 +- itcc/modules/lens-compose.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/itcc/docker-compose.yml b/itcc/docker-compose.yml index 18adb6f9..49edff0a 100644 --- a/itcc/docker-compose.yml +++ b/itcc/docker-compose.yml @@ -15,7 +15,7 @@ services: - "blaze-data:/app/data" labels: - "traefik.enable=true" - - "traefik.http.routers.blaze_itcc.rule=PathPrefix(`/itcc-localdatamanagement`)" + - "traefik.http.routers.blaze_itcc.rule=Host(`${HOST}`) && PathPrefix(`/itcc-localdatamanagement`)" - "traefik.http.middlewares.itcc_b_strip.stripprefix.prefixes=/itcc-localdatamanagement" - "traefik.http.services.blaze_itcc.loadbalancer.server.port=8080" - "traefik.http.routers.blaze_itcc.middlewares=itcc_b_strip,auth" diff --git a/itcc/modules/lens-compose.yml b/itcc/modules/lens-compose.yml index 3823981a..5a5b78cc 100644 --- a/itcc/modules/lens-compose.yml +++ b/itcc/modules/lens-compose.yml @@ -9,10 +9,10 @@ services: PUBLIC_ENVIRONMENT: ${PUBLIC_ENVIRONMENT} labels: - "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" + - "traefik.http.routers.itcc.rule=Host(`${HOST}`) && PathPrefix(`/`)" + - "traefik.http.routers.itcc.entrypoints=websecure" + - "traefik.http.services.itcc.loadbalancer.server.port=3000" + - "traefik.http.routers.itcc.tls=true" spot: image: samply/rustyspot:latest