Flask+Mongo+Redis+Nginx with Gunicorn, Docker Deployment. Part 2

Here we are continuing our previous post. In this post we would deploy our flask application with with nginx using gunicorn. Create on wsgi.py file Create a wsgi.py file in your root project directory, which will be used by gunicorn.