Use localhost wizard in frontend and add proxy envs
This commit is contained in:
Submodule HarborForge.Frontend.Test updated: 6d15744735...e8ffed41ee
@@ -69,7 +69,6 @@ services:
|
|||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
args:
|
args:
|
||||||
VITE_WIZARD_PORT: ${WIZARD_PORT:-8080}
|
VITE_WIZARD_PORT: ${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"
|
||||||
@@ -97,6 +96,8 @@ services:
|
|||||||
WEB_SERVER_URL: http://frontend:${FRONTEND_PORT:-3000}
|
WEB_SERVER_URL: http://frontend:${FRONTEND_PORT:-3000}
|
||||||
WIZARD_URL: http://wizard:${WIZARD_PORT:-8080}/wizard
|
WIZARD_URL: http://wizard:${WIZARD_PORT:-8080}/wizard
|
||||||
WIZARD_API_URL: http://wizard:${WIZARD_PORT:-8080}
|
WIZARD_API_URL: http://wizard:${WIZARD_PORT:-8080}
|
||||||
|
WIZARD_HOST: wizard
|
||||||
|
WIZARD_PORT: ${WIZARD_PORT:-8080}
|
||||||
CHROME_DEBUGGING_PORT: 9222
|
CHROME_DEBUGGING_PORT: 9222
|
||||||
networks:
|
networks:
|
||||||
- test-network
|
- test-network
|
||||||
|
|||||||
@@ -63,7 +63,6 @@ services:
|
|||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
args:
|
args:
|
||||||
VITE_WIZARD_PORT: ${WIZARD_PORT:-8080}
|
VITE_WIZARD_PORT: ${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"
|
||||||
@@ -85,6 +84,8 @@ services:
|
|||||||
WEB_SERVER_URL: http://frontend:${FRONTEND_PORT:-3000}
|
WEB_SERVER_URL: http://frontend:${FRONTEND_PORT:-3000}
|
||||||
WIZARD_URL: http://wizard:${WIZARD_PORT:-8080}/wizard
|
WIZARD_URL: http://wizard:${WIZARD_PORT:-8080}/wizard
|
||||||
WIZARD_API_URL: http://wizard:${WIZARD_PORT:-8080}
|
WIZARD_API_URL: http://wizard:${WIZARD_PORT:-8080}
|
||||||
|
WIZARD_HOST: wizard
|
||||||
|
WIZARD_PORT: ${WIZARD_PORT:-8080}
|
||||||
CHROME_DEBUGGING_PORT: 9222
|
CHROME_DEBUGGING_PORT: 9222
|
||||||
networks:
|
networks:
|
||||||
- test-network
|
- test-network
|
||||||
|
|||||||
Reference in New Issue
Block a user