-
Update PYTHON_EVALUATOR_URL and PYTHON_BACKEND_URL to use configurable port (#4113)
发布于
2025-11-18 17:36:54 +00:00 - Updated both URLs to support full URL override AND port-only configuration
- PYTHON_EVALUATOR_URL: ${PYTHON_EVALUATOR_URL:-http://python-backend:${PYTHON_BACKEND_PORT:-8000}}
- PYTHON_BACKEND_URL: ${PYTHON_BACKEND_URL:-http://python-backend:${PYTHON_BACKEND_PORT:-8000}}
- Maintains backward compatibility: both environment variables can override complete URLs
- When not set, uses PYTHON_BACKEND_PORT for the port portion (defaults to 8000)
- Ensures maximum flexibility for different deployment scenarios
下载附件