From 15859b9f28de26d3ba1f8def104175001d1b6f96 Mon Sep 17 00:00:00 2001 From: zhi Date: Sun, 15 Mar 2026 21:57:39 +0000 Subject: [PATCH] test: use localhost wizard/backend urls --- HarborForge.Frontend.Test | 2 +- docker-compose-frontend-expose.yml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/HarborForge.Frontend.Test b/HarborForge.Frontend.Test index f506517..a26f91c 160000 --- a/HarborForge.Frontend.Test +++ b/HarborForge.Frontend.Test @@ -1 +1 @@ -Subproject commit f5065173b3d58ca32bcc5a8abbd3a0bc5c1991f8 +Subproject commit a26f91c95fca865cdae9ea1b8921427cf8c7e193 diff --git a/docker-compose-frontend-expose.yml b/docker-compose-frontend-expose.yml index d817664..2b31f24 100644 --- a/docker-compose-frontend-expose.yml +++ b/docker-compose-frontend-expose.yml @@ -94,10 +94,11 @@ services: BASE_URL: http://frontend:${FRONTEND_PORT:-3000} FRONTEND_URL: http://frontend:${FRONTEND_PORT:-3000} WEB_SERVER_URL: http://frontend:${FRONTEND_PORT:-3000} - WIZARD_URL: http://wizard:${WIZARD_PORT:-8080}/wizard - WIZARD_API_URL: http://wizard:${WIZARD_PORT:-8080} + WIZARD_URL: http://127.0.0.1:${WIZARD_PORT:-8080}/wizard + WIZARD_API_URL: http://127.0.0.1:${WIZARD_PORT:-8080} WIZARD_HOST: wizard WIZARD_PORT: ${WIZARD_PORT:-8080} + BACKEND_URL: http://127.0.0.1:${BACKEND_PORT:-8000} CHROME_DEBUGGING_PORT: 9222 networks: - test-network