Commit Graph

3 Commits

Author SHA1 Message Date
thecyberlearn
5ec22c0487 Add Dokploy deployment configuration with Neon database
- Add docker-compose.yml for Dokploy deployment
- Add Dockerfile optimized for production
- Add nginx.conf for SSL and reverse proxy
- Update Django settings for ai.quantumtaskai.com domain
- Add Neon database configuration
- Add deployment guides and environment generators
- Remove CapRover specific files
2025-09-06 10:18:24 +05:30
thecyberlearn
2612019a61 Remove non-essential files and reduce project bloat
Remove 29 unused files including:
- Dokploy and Railway deployment configs
- Multiple unused Dockerfiles
- Debug/development scripts
- Documentation and test files
- Generated static files and logs

Keep only files essential for CapRover deployment.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-06 08:52:12 +05:30
thecyberlearn
f55da45794 🎉 Dokploy deployment working + comprehensive WARP.md
 DOKPLOY DEPLOYMENT FIXED:
- Issue was Django ALLOWED_HOSTS configuration, not Dokploy routing
- Container and port 3000 were working correctly
- Debug configuration resolved the routing issues

 PRODUCTION READY:
- Switch back to production Dockerfile (Dockerfile.dokploy)
- Proper environment variables with domain-specific ALLOWED_HOSTS
- Debug mode disabled for production

📋 COMPREHENSIVE WARP.md ADDED:
- Complete project overview and architecture
- Development commands and workflows
- Agent system architecture and configuration
- Deployment guides for both CapRover and Dokploy
- Troubleshooting section with Dokploy 404 fix
- Environment variables and security features
- File-based agent configuration system explained

The application is now successfully deployed and documented for future development.
2025-09-05 09:41:48 +05:30