端口访问
All checks were successful
构建并部署 AI Agent 服务 / deploy (push) Successful in 26s

This commit is contained in:
2026-04-14 03:12:23 +08:00
parent 065afe533c
commit 1bea2491c5
2 changed files with 4 additions and 6 deletions

View File

@@ -46,7 +46,7 @@ services:
dockerfile: docker/Dockerfile.frontend
container_name: ai-frontend
environment:
- API_URL=/ai/api/chat # 通过 Nginx 反向代理访问后端(路径前缀 /ai
- API_URL=http://backend:8001/chat # Docker 内部使用服务名解析
ports:
- "8501:8501"
networks: