- 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
12 lines
183 B
Plaintext
Executable File
12 lines
183 B
Plaintext
Executable File
Flask==2.3.3
|
|
qrcode[pil]==7.4.2
|
|
Pillow==10.0.1
|
|
flask-cors==4.0.0
|
|
python-dotenv==1.0.0
|
|
requests==2.31.0
|
|
flask-session==0.5.0
|
|
werkzeug==2.3.7
|
|
bcrypt==4.0.1
|
|
lxml==4.9.3
|
|
gunicorn==21.2.0
|