mirror of
https://github.com/OpenBMB/ChatDev.git
synced 2026-04-25 11:18:06 +00:00
8 lines
165 B
Docker
8 lines
165 B
Docker
BACKEND_BIND=0.0.0.0
|
|
|
|
FRONTEND_HOST=0.0.0.0
|
|
FRONTEND_PORT=5173
|
|
|
|
# Frontend points to the backend service name and exposed port
|
|
VITE_API_BASE_URL=http://backend:6400
|