添加长期记忆
All checks were successful
构建并部署 AI Agent 服务 / deploy (push) Successful in 27s

This commit is contained in:
2026-04-14 17:34:12 +08:00
parent 1bea2491c5
commit 8dd94c6c19
12 changed files with 953 additions and 197 deletions

View File

@@ -46,7 +46,8 @@ services:
dockerfile: docker/Dockerfile.frontend
container_name: ai-frontend
environment:
- API_URL=http://backend:8001/chat # Docker 内部使用服务名解析
# Docker 内部网络使用服务名 'backend' 解析后端服务
- API_URL=http://backend:8001/chat
ports:
- "8501:8501"
networks: