feat: 补充 MongoDB 配置和 RabbitMQ 集群部署

This commit is contained in:
chengcheng
2026-07-13 16:52:09 +08:00
parent 821ffe9e70
commit 13048672a9
8 changed files with 266 additions and 13 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
| 依赖 | 说明 |
| --- | --- |
| MongoDB | 主服务本地业务数据 |
| MongoDB | 主服务本地业务数据,数据库名为 `aidraw` |
| Redis | 队列、缓存、WebSocket 集群状态 |
| RabbitMQ | 本地消息队列 |
| PostgreSQL/pgvector | Agent 治理和记忆服务数据库 |