将flask改成fastapi

This commit is contained in:
2025-10-13 13:18:03 +08:00
commit 88db2539b0
476 changed files with 739741 additions and 0 deletions

9
docker/stop-ragflow.sh Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
# 停止脚本:只停止 ragflow 服务,保留基础服务
echo "停止 ragflow 服务..."
docker-compose -f docker-compose.yml down
echo "ragflow 服务已停止"
echo "基础服务postgres、redis、minio、opensearch仍在运行"