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

11
start.sh Normal file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
# 启动n8n指南服务
echo "🚀 启动n8n指南服务..."
docker-compose up -d
echo "✅ 服务已启动"
echo "📱 访问地址http://localhost:8000"
echo "📊 查看状态docker-compose ps"
echo "📋 查看日志docker-compose logs -f"