Commit Graph

5 Commits

Author SHA1 Message Date
thecyberlearn
5ffec098f0 Fix port conflict issue - use simplified docker-compose for Dokploy
- Remove nginx container (Dokploy handles reverse proxy)
- Use port 3000 for web service to avoid conflicts
- Let Dokploy handle SSL and routing
- Simplified architecture works better with Dokploy
2025-09-06 10:28:43 +05:30
thecyberlearn
d5a9514bd3 Fix Dokploy deployment issues
- Remove obsolete version from docker-compose.yml
- Remove collectstatic from Dockerfile build process (will run after deployment)
- Static files will be collected during post-deployment setup
2025-09-06 10:25:28 +05:30
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
200e8015e5 Clean up unused files and reduce codebase size
Remove 10 unused files including standalone HTML, old templates, unused CSS, and Docker Compose configuration. Keep only files actively used by the Django application for CapRover deployment.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-06 08:36:05 +05:30
thecyberlearn
e70ba5a8df Add Coolify deployment configuration
- Add Dockerfile with PostgreSQL support and static file collection
- Add docker-compose.yml for multi-service deployment with PostgreSQL
- Update .env.example with Coolify-specific environment variables
- Fix syntax errors in authentication/models.py
- Add comprehensive deployment guide in coolify-deploy.md

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-05 19:47:24 +05:30