Professional multi-environment Telegram bot platform built with Docker microservices architecture.
# Development
git clone https://github.com/blogchik/GiftMakeBot.git
cd GiftMakeBot
./deploy-dev.ps1 # Windows
./deploy-dev.sh # Linux/Mac# Production
./deploy-prod.ps1 # Windows (configure .env.production first)
./deploy-prod.sh # Linux/Mac (configure .env.production first)- 🌐 Nginx - Reverse proxy & load balancer
- 🤖 Telegram Bot - Core bot functionality
- 🔗 API Gateway - RESTful API services
- 📱 Web App - React frontend
- ⚡ Redis - Caching & sessions
- 🐰 RabbitMQ - Message queuing
- 💊 Health Monitor - System monitoring
All detailed guides, configuration, and documentation are available in the Wiki:
| Guide | Description |
|---|---|
| 🚀 Deployment Guide | Multi-environment setup, security, monitoring |
| 🔧 Service Development | Adding services, Docker integration, testing |
| ⚙️ Environment Variables | Complete configuration reference |
- 🏠 Home Wiki - Start here
- 🐛 Issues - Report bugs
- 💬 Discussions - Get help
- 📧 Contact - Direct support
Licensed under the Apache 2.0 License - see LICENSE file.
📚 Read Full Documentation • 🚀 Deploy Now • 💬 Get Help
Made with ❤️ by Jabborov Abduroziq