diff --git a/.env.AMS.sample b/.env.AMS.sample index 72385e3..4d5be70 100644 --- a/.env.AMS.sample +++ b/.env.AMS.sample @@ -4,9 +4,6 @@ # ============================================ # ---------- 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 与对话压缩)---------- # 主服务 API 地址(容器内网地址) diff --git a/docker-compose.yml b/docker-compose.yml index 3c1ef8d..aafa690 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -431,6 +431,7 @@ services: restart: unless-stopped env_file: - .env.AMS + - .env.ASG logging: driver: "json-file" options: