Compare commits

...

1 Commits

Author SHA1 Message Date
zhi
15859b9f28 test: use localhost wizard/backend urls 2026-03-15 21:57:39 +00:00
2 changed files with 4 additions and 3 deletions

View File

@@ -94,10 +94,11 @@ services:
BASE_URL: http://frontend:${FRONTEND_PORT:-3000} BASE_URL: http://frontend:${FRONTEND_PORT:-3000}
FRONTEND_URL: http://frontend:${FRONTEND_PORT:-3000} FRONTEND_URL: http://frontend:${FRONTEND_PORT:-3000}
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://127.0.0.1:${WIZARD_PORT:-8080}/wizard
WIZARD_API_URL: http://wizard:${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}
CHROME_DEBUGGING_PORT: 9222 CHROME_DEBUGGING_PORT: 9222
networks: networks:
- test-network - test-network