Commit Graph

11 Commits

Author SHA1 Message Date
4252c32d44 fineal commit 2025-07-16 18:02:49 -04:00
ske087
543763adf6 docs: Add comprehensive comments to docker-compose.yml
- Added detailed explanations for each configuration section
- Documented port mapping and volume mount purposes
- Explained environment variables and health check settings
- Clarified network configuration and container management
- Improved readability for deployment and maintenance
2025-07-16 17:59:46 -04:00
ske087
8dbcec974e docs: Replace specific domain with generic placeholder
- Changed qr.moto-adv.com to [your-domain] throughout documentation
- Made documentation more generic and reusable for any deployment
- Updated Nginx configuration examples with placeholder domain
- Standardized domain references in all configuration sections
2025-07-16 17:57:06 -04:00
ske087
7e28c3f365 docs: Add Nginx reverse proxy configuration guide
- Added comprehensive Nginx Proxy Manager setup instructions
- Documented HTTPS to HTTP routing requirements
- Included common proxy issues and troubleshooting
- Added standard Nginx configuration examples
- Clarified SSL termination at proxy level
2025-07-16 17:53:45 -04:00
ske087
264a81652a Production deployment fixes and enhancements
- Added environment variable loading with python-dotenv
- Fixed Docker session permissions by using /tmp directory
- Updated .dockerignore to include .env file properly
- Enhanced docker-compose.yml with env_file directive
- Fixed Gunicorn configuration for Docker compatibility
- Updated README.md with comprehensive deployment docs
- Cleaned up debug logging from API routes
- Added DOMAIN_SETUP.md for reverse proxy guidance
- All production issues resolved and tested working
- Application now accessible at qr.moto-adv.com
2025-07-16 17:49:10 -04:00
e9a8f5e622 final app for testing and deployment 2025-07-16 20:45:12 +03:00
729f64f411 Clean up: Remove old files after project restructure
- Removed old app.py (replaced by main.py + app/ package)
- Removed old static/ and templates/ directories (moved to app/)
- Removed test files and extra documentation
- Maintain clean root directory with only essential files
- New structure: main.py as entry point, app/ package with modular design
2025-07-15 14:41:59 +03:00
492500f925 ssss 2025-07-15 14:35:22 +03:00
b94d2ebbd6 final stage of the app 2025-07-15 14:32:57 +03:00
94f006d458 updated to correct frature 2025-07-15 13:55:52 +03:00
d30d065f44 first commit 2025-07-15 13:25:34 +03:00