diff --git a/HarborForge.Frontend.Test b/HarborForge.Frontend.Test index e727933..c457372 160000 --- a/HarborForge.Frontend.Test +++ b/HarborForge.Frontend.Test @@ -1 +1 @@ -Subproject commit e727933e216cef7b9f01632fec4302b444562445 +Subproject commit c4573726f6e1f7d1d0ced170f67b9f07601236d1 diff --git a/docker-compose-frontend.yml b/docker-compose-frontend.yml index fb3d365..816128a 100644 --- a/docker-compose-frontend.yml +++ b/docker-compose-frontend.yml @@ -65,6 +65,7 @@ services: dockerfile: Dockerfile args: VITE_WIZARD_PORT: 8080 + VITE_WIZARD_HOST: wizard image: harborforge-test-frontend:dev container_name: harborforge-test-frontend restart: "no" @@ -86,13 +87,9 @@ services: environment: BASE_URL: http://frontend:3000 WEB_SERVER_URL: http://frontend:3000 - WIZARD_URL: http://wizard:8080 + WIZARD_URL: http://wizard:8080/wizard + WIZARD_API_URL: http://wizard:8080 CHROME_DEBUGGING_PORT: 9222 - depends_on: - frontend: - condition: service_healthy - backend: - condition: service_healthy networks: - test-network