fix: 修复前后端启动问题,添加 BACKEND_PORT 配置
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Has been cancelled
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Has been cancelled
This commit is contained in:
@@ -46,6 +46,7 @@ ENV RAG_STORAGE_TYPE=postgres
|
||||
# =============================================================================
|
||||
# 应用行为配置
|
||||
# =============================================================================
|
||||
ENV BACKEND_PORT=8079
|
||||
ENV MEMORY_SUMMARIZE_INTERVAL=10
|
||||
ENV ENABLE_GRAPH_TRACE=false
|
||||
|
||||
|
||||
@@ -61,6 +61,7 @@ services:
|
||||
# =========================================================================
|
||||
# 应用行为配置
|
||||
# =========================================================================
|
||||
- BACKEND_PORT=8079
|
||||
- MEMORY_SUMMARIZE_INTERVAL=${MEMORY_SUMMARIZE_INTERVAL:-10}
|
||||
|
||||
# =========================================================================
|
||||
|
||||
Reference in New Issue
Block a user