重新部署
All checks were successful
构建并部署 AI Agent 服务 / deploy (push) Successful in 27s

This commit is contained in:
2026-04-14 02:48:27 +08:00
parent 8eccec3fb8
commit 065afe533c

View File

@@ -38,7 +38,7 @@ services:
condition: service_healthy
restart: unless-stopped
ports:
- "127.0.0.1:8001:8001" # 仅本机访问,供 Nginx 反向代理使用
- "8001:8001"
frontend:
build:
@@ -46,9 +46,9 @@ services:
dockerfile: docker/Dockerfile.frontend
container_name: ai-frontend
environment:
- API_URL=/ai/api/chat # 通过 Nginx 反向代理访问后端(路径前缀 /ai
- API_URL=/ai/api/chat # 通过 Nginx 反向代理访问后端(路径前缀 /ai
ports:
- "127.0.0.1:8501:8501" # 仅本机访问,供 Nginx 反向代理使用
- "8501:8501"
networks:
- ai-network
depends_on: