1.修复docker运行无法打开页面问题 (#6)

2.支持下载DM文件
3.支持硅基流动,阿里百炼模型
This commit is contained in:
wsx180808
2025-10-30 08:10:15 +08:00
committed by GitHub
parent 2cf43884e0
commit dbc6b5b359
9 changed files with 1224 additions and 741 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ services:
dockerfile: Dockerfile
container_name: agentsstock1
ports:
- "8503:8501"
- "8503:8503"
volumes:
# 数据和数据库持久化 - 使用目录挂载而不是文件挂载
- ./data:/app/data
@@ -20,7 +20,7 @@ services:
networks:
- agentsstock-network
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8501/_stcore/health"]
test: ["CMD", "curl", "-f", "http://localhost:8503/_stcore/health"]
interval: 30s
timeout: 10s
retries: 3