fix: use direct host IP http://192.168.30.30:2024 for LangGraph API
Deploy LangGraph Server to Azure Web App / build-and-deploy (push) Failing after 28s
Deploy LangGraph UI to Azure Static Web Apps / build-and-deploy (push) Failing after 37s

This commit is contained in:
gongzhiyong
2026-04-11 13:36:37 +08:00
parent 216650837a
commit 6400d85027
2 changed files with 2 additions and 8 deletions
+1 -4
View File
@@ -70,10 +70,7 @@ services:
context: ./langgraph
dockerfile: Dockerfile.frontend.dev
environment:
# VITE_LANGGRAPH_URL is empty so browser uses same-origin (proxy handles it)
# LANGGRAPH_BACKEND_URL is used by Vite proxy (server-side, Docker internal DNS)
- VITE_LANGGRAPH_URL=
- LANGGRAPH_BACKEND_URL=http://langgraph-dev:2024
- VITE_LANGGRAPH_URL=http://192.168.30.30:2024
ports:
- "5173:5173"
volumes: