Ce projet montre comment déployer une application Flask en production à l'aide de Docker. L'objectif est de passer d'un simple python run.py à une vraie infrastructure sécurisée, accessible via HTTPS, ...
app/ Application factory + environment-based config wsgi.py WSGI entrypoint (gunicorn wsgi:app) gunicorn.conf.py Gunicorn workers, timeouts, logging, graceful reload deploy/ flaskapp.service systemd ...