Update scripts and docker-compose
This commit is contained in:
Submodule HarborForge.Frontend.Test updated: e727933e21...c4573726f6
@@ -65,6 +65,7 @@ services:
|
|||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
args:
|
args:
|
||||||
VITE_WIZARD_PORT: 8080
|
VITE_WIZARD_PORT: 8080
|
||||||
|
VITE_WIZARD_HOST: wizard
|
||||||
image: harborforge-test-frontend:dev
|
image: harborforge-test-frontend:dev
|
||||||
container_name: harborforge-test-frontend
|
container_name: harborforge-test-frontend
|
||||||
restart: "no"
|
restart: "no"
|
||||||
@@ -86,13 +87,9 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
BASE_URL: http://frontend:3000
|
BASE_URL: http://frontend:3000
|
||||||
WEB_SERVER_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
|
CHROME_DEBUGGING_PORT: 9222
|
||||||
depends_on:
|
|
||||||
frontend:
|
|
||||||
condition: service_healthy
|
|
||||||
backend:
|
|
||||||
condition: service_healthy
|
|
||||||
networks:
|
networks:
|
||||||
- test-network
|
- test-network
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user