spherulitic / xerafin3

Xerafin Word Study System
1 stars 0 forks source link

Add gunicorn to Flask containers #87

Open spherulitic opened 1 year ago

spherulitic commented 1 year ago

See tutorial here:

https://blog.kmmanoj.me/deploying-a-scalable-flask-app-using-gunicorn-and-nginx-in-docker-part-1-3344f13c9649

NOTE: Gunicorn will look for a WSGI callable named application if not specified. Hence, the app.py contains the variable named application on purpose.