```
Some checks failed
Test start.ps1 (Windows) / test-windows (push) Has been cancelled

chore(config): 移除 MEMORY_DATABASE_URL 配置并更新 docker-compose 环境文件

- 移除了 .env.AMS.sample 中的 MEMORY_DATABASE_URL 配置项
- 在 docker-compose.yml 中为服务添加了 .env.ASG 环境文件引用
- 更新了环境配置文件的加载方式
```
This commit is contained in:
wangbo 2026-03-20 18:24:30 +08:00
parent a70545b702
commit f2f10d543e
2 changed files with 1 additions and 3 deletions

View File

@ -4,9 +4,6 @@
# ============================================
# ---------- PostgreSQL复用 easyai-pgvector----------
# 使用独立库 easyai_memoryinit 脚本在首次启动时创建)
# agent-memory 启动时执行 prisma migrate deploy 创建 memory_records 等表
MEMORY_DATABASE_URL=postgresql://easyai:easyai2025@easyai-pgvector:5432/easyai_memory?schema=public
# ---------- 主服务连接(用于 Embedding 与对话压缩)----------
# 主服务 API 地址(容器内网地址)

View File

@ -431,6 +431,7 @@ services:
restart: unless-stopped
env_file:
- .env.AMS
- .env.ASG
logging:
driver: "json-file"
options: