test: use local proxy endpoints for e2e
This commit is contained in:
Submodule HarborForge.Frontend.Test updated: a26f91c95f...e8be04c968
@@ -91,14 +91,16 @@ services:
|
|||||||
restart: "no"
|
restart: "no"
|
||||||
environment:
|
environment:
|
||||||
# Use internal service name for test to reach frontend
|
# Use internal service name for test to reach frontend
|
||||||
BASE_URL: http://frontend:${FRONTEND_PORT:-3000}
|
BASE_URL: http://127.0.0.1:${FRONTEND_PORT:-3000}
|
||||||
FRONTEND_URL: http://frontend:${FRONTEND_PORT:-3000}
|
FRONTEND_URL: http://127.0.0.1:${FRONTEND_PORT:-3000}
|
||||||
WEB_SERVER_URL: http://frontend:${FRONTEND_PORT:-3000}
|
WEB_SERVER_URL: http://127.0.0.1:${FRONTEND_PORT:-3000}
|
||||||
WIZARD_URL: http://127.0.0.1:${WIZARD_PORT:-8080}/wizard
|
WIZARD_URL: http://127.0.0.1:${WIZARD_PORT:-8080}/wizard
|
||||||
WIZARD_API_URL: http://127.0.0.1:${WIZARD_PORT:-8080}
|
WIZARD_API_URL: http://127.0.0.1:${WIZARD_PORT:-8080}
|
||||||
WIZARD_HOST: wizard
|
WIZARD_HOST: wizard
|
||||||
WIZARD_PORT: ${WIZARD_PORT:-8080}
|
WIZARD_PORT: ${WIZARD_PORT:-8080}
|
||||||
BACKEND_URL: http://127.0.0.1:${BACKEND_PORT:-8000}
|
BACKEND_URL: http://127.0.0.1:${BACKEND_PORT:-8000}
|
||||||
|
BACKEND_HOST: backend
|
||||||
|
FRONTEND_HOST: frontend
|
||||||
CHROME_DEBUGGING_PORT: 9222
|
CHROME_DEBUGGING_PORT: 9222
|
||||||
networks:
|
networks:
|
||||||
- test-network
|
- test-network
|
||||||
|
|||||||
Reference in New Issue
Block a user