From 28a90f5fc746dbf0ec52fb22a203c46a4e237005 Mon Sep 17 00:00:00 2001 From: hsiegeln <37154749+hsiegeln@users.noreply.github.com> Date: Sun, 5 Apr 2026 22:38:37 +0200 Subject: [PATCH] fix: add BASE_PATH=/server/ to server-ui, remove strip prefix Server-ui now handles base path natively via BASE_PATH env var. Traefik forwards full path without stripping. Co-Authored-By: Claude Opus 4.6 (1M context) --- docker-compose.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 560911f..b187c02 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -200,13 +200,12 @@ services: condition: service_healthy environment: CAMELEER_API_URL: http://cameleer3-server:8081 + BASE_PATH: /server/ labels: - traefik.enable=true - traefik.http.routers.server-ui.rule=PathPrefix(`/server`) - traefik.http.routers.server-ui.entrypoints=websecure - traefik.http.routers.server-ui.tls=true - - traefik.http.routers.server-ui.middlewares=server-ui-strip - - traefik.http.middlewares.server-ui-strip.stripprefix.prefixes=/server - traefik.http.routers.server-ui.service=server-ui - traefik.http.services.server-ui.loadbalancer.server.port=80 networks: