Update scripts and docker-compose

This commit is contained in:
Zhi
2026-03-14 07:28:26 +00:00
parent 9204c4619a
commit 09bdcc1f9f
2 changed files with 4 additions and 7 deletions

View File

@@ -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