修改docker-compose

This commit is contained in:
XIE7654
2025-07-18 22:14:37 +08:00
parent 5aaf78ae6c
commit b8bdb5d206
36 changed files with 739 additions and 59 deletions

View File

@@ -1,5 +1,6 @@
# web
VITE_BACKEND_URL=http://backend:8000
VITE_AI_URL=http://ai_service:8010
VITE_OSS_ENABLED=false
VITE_OSS_REGION=oss-cn-hangzhou
@@ -40,3 +41,12 @@ BACKEND_PORT=8000
# Nginx
NGINX_PORT=80
# fastapi
# openai
OPENAI_API_KEY=你的API密钥
# deepseek
DEEPSEEK_API_KEY='你的API密钥'
# 通义千问
DASHSCOPE_API_KEY='你的API密钥'