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