Use localhost wizard in frontend and add proxy envs
This commit is contained in:
@@ -63,7 +63,6 @@ services:
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
VITE_WIZARD_PORT: ${WIZARD_PORT:-8080}
|
||||
VITE_WIZARD_HOST: wizard
|
||||
image: harborforge-test-frontend:dev
|
||||
container_name: harborforge-test-frontend
|
||||
restart: "no"
|
||||
@@ -85,6 +84,8 @@ services:
|
||||
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_HOST: wizard
|
||||
WIZARD_PORT: ${WIZARD_PORT:-8080}
|
||||
CHROME_DEBUGGING_PORT: 9222
|
||||
networks:
|
||||
- test-network
|
||||
|
||||
Reference in New Issue
Block a user