This repository contains files necessary for building a Docker image of Nginx + Gunicorn + Flask.
- using official python image[https://hub.docker.com/r/_/python/]
- run by docker-compose
- mount codes by -v
- mount 3 .conf files by -v for nginx gunicorn supervisord
- python
-
Install Docker.
-
Download automated build from public Docker Hub Registry:
docker pull danriti/nginx-gunicorn-flask
After few seconds, open http://<host>
to see the Flask app.