From 5d1094efbb9b2301e9afbc03941a77f90a988672 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Fri, 7 Nov 2025 16:10:34 +0100 Subject: [PATCH] fix: update Pastel UI to use internal API URL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed Pastel UI environment variable to use internal Docker network communication instead of external HTTPS: - Changed from NEXT_PUBLIC_API_URL/NEXT_PUBLIC_APP_URL to PASTEL_API_URL - Use internal container name: http://pastel_api:3000 - Removes dependency on external domain resolution - Improves performance by avoiding Traefik proxy for internal calls 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- kit/compose.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kit/compose.yaml b/kit/compose.yaml index 09b8bff..e5d9207 100644 --- a/kit/compose.yaml +++ b/kit/compose.yaml @@ -115,8 +115,7 @@ services: healthcheck: disable: true environment: - NEXT_PUBLIC_API_URL: https://${KIT_PASTEL_TRAEFIK_HOST} - NEXT_PUBLIC_APP_URL: https://${KIT_PASTEL_TRAEFIK_HOST} + PASTEL_API_URL: http://pastel_api:3000 networks: - compose_network labels: