first commit

This commit is contained in:
2025-09-11 14:00:33 +08:00
parent 3898c312d5
commit 20bf2449e0
31 changed files with 1390 additions and 476 deletions

8
stop.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
# 停止n8n指南服务
echo "🛑 停止n8n指南服务..."
docker-compose down
echo "✅ 服务已停止"