chore(config): 移除 MEMORY_DATABASE_URL 配置并更新 docker-compose 环境文件 - 移除了 .env.AMS.sample 中的 MEMORY_DATABASE_URL 配置项 - 在 docker-compose.yml 中为服务添加了 .env.ASG 环境文件引用 - 更新了环境配置文件的加载方式 ```
This commit is contained in:
parent
a70545b702
commit
f2f10d543e
@ -4,9 +4,6 @@
|
|||||||
# ============================================
|
# ============================================
|
||||||
|
|
||||||
# ---------- PostgreSQL(复用 easyai-pgvector)----------
|
# ---------- PostgreSQL(复用 easyai-pgvector)----------
|
||||||
# 使用独立库 easyai_memory(init 脚本在首次启动时创建)
|
|
||||||
# agent-memory 启动时执行 prisma migrate deploy 创建 memory_records 等表
|
|
||||||
MEMORY_DATABASE_URL=postgresql://easyai:easyai2025@easyai-pgvector:5432/easyai_memory?schema=public
|
|
||||||
|
|
||||||
# ---------- 主服务连接(用于 Embedding 与对话压缩)----------
|
# ---------- 主服务连接(用于 Embedding 与对话压缩)----------
|
||||||
# 主服务 API 地址(容器内网地址)
|
# 主服务 API 地址(容器内网地址)
|
||||||
|
|||||||
@ -431,6 +431,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file:
|
env_file:
|
||||||
- .env.AMS
|
- .env.AMS
|
||||||
|
- .env.ASG
|
||||||
logging:
|
logging:
|
||||||
driver: "json-file"
|
driver: "json-file"
|
||||||
options:
|
options:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user