Commit Graph

3 Commits

Author SHA1 Message Date
b7bf3ab12c 🐛 Исправление Docker сборки
🔧 Исправления:
- Обновлена версия Node.js с 18 до 20 (поддержка NestJS 11+)
- Исправлена установка зависимостей в builder stage (нужны dev зависимости для сборки)
- Оптимизирована финальная стадия (только production зависимости)
- Восстановлен файл stack.env.example
- Использован --omit=dev вместо устаревшего --only=production

 Теперь Docker сборка должна работать корректно
2025-06-26 21:47:03 +03:00
be7ff53094 🧹 Удаление ненужных файлов и обновление .gitignore
 Изменения:
- Удален файл stack.env.example, так как он больше не нужен
- Удалены строки, относящиеся к stack.env из .gitignore
2025-06-26 21:43:25 +03:00
0ce19f8182 🚀 Initial commit: Biveki Day Bot with Docker deployment
 Features:
- 🤖 Telegram bot for task management between programmer and girlfriend
- 📝 Task creation with types (personal/shared) and priorities
-  Time-based reminders and notifications
- 📊 Statistics and progress tracking
- 🤝 Shared tasks for couples

🛠 Tech Stack:
- Backend: NestJS + TypeScript
- Database: PostgreSQL + TypeORM
- Bot: Telegraf
- Deployment: Docker + Docker Compose

🐳 Docker Deployment:
- Multi-stage Dockerfile for optimized builds
- Docker Compose with environment variables
- Health checks and automatic restarts
- Production-ready configuration

📦 Files included:
- Complete NestJS application
- Docker deployment configuration
- Environment variables setup
- Deployment scripts and documentation
- Health monitoring and logging
2025-06-26 21:40:27 +03:00