添加长期存储,流式检查
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Has been cancelled

This commit is contained in:
2026-04-17 01:26:05 +08:00
parent 602d551fd1
commit 404efde282
37 changed files with 794 additions and 2095 deletions

View File

@@ -12,19 +12,19 @@ services:
- ZHIPUAI_API_KEY=${ZHIPUAI_API_KEY}
- DEEPSEEK_API_KEY=${DEEPSEEK_API_KEY}
- LLAMACPP_API_KEY=${LLAMACPP_API_KEY}
# ⭐ 日志调试配置:通过 .env 注入(支持灵活调整)
- LOG_LEVEL=${LOG_LEVEL:-WARNING}
- DEBUG=${DEBUG:-false}
- ENABLE_GRAPH_TRACE=${ENABLE_GRAPH_TRACE:-false}
# ⭐ 基础设施配置:固化在 compose 文件中
# PostgreSQL 连接(远程服务器)
- DB_URI=postgresql://postgres:mysecretpassword@115.190.121.151:5432/langgraph_db?sslmode=disable
- DB_URI=postgresql://postgres:huang1998@115.190.121.151:5432/langgraph_db?sslmode=disable
# Qdrant 向量数据库(远程服务器)
- QDRANT_URL=http://115.190.121.151:6333
# 前端通信地址Docker 内部网络)
- API_URL=http://backend:8083/chat
volumes:
@@ -60,4 +60,4 @@ networks:
# ⭐ PostgreSQL 和 Qdrant 已迁移到远程服务器,不再需要本地卷
# volumes:
# pg_data:
# qdrant_storage:
# qdrant_storage: