Add Docker deployment support

- Add Dockerfile for containerization
- Add docker-compose.yml for easy deployment
- Add .dockerignore to optimize build
- Add .env.example for environment configuration
- Add DOCKER_DEPLOY.md with comprehensive deployment guide

Support for:
- Local Docker deployment
- Cloud platforms (Render, Railway, Fly.io, GCP, AWS)
- Persistent storage configuration
- Health checks and monitoring
This commit is contained in:
1e0n
2025-10-06 02:17:37 +08:00
parent 6dca025e96
commit ad862f73d1
5 changed files with 354 additions and 0 deletions

3
.env.example Normal file
View File

@@ -0,0 +1,3 @@
# API 认证配置
# 从 Factory 获取你的 refresh token
DROID_REFRESH_KEY=your_refresh_token_here