/docker_flask_microservice

I create a flask microservice backed up with gunicorn and nginx. The webservice is dockerised.

Primary LanguagePythonMIT LicenseMIT

docker_flask_microservice

This is a rather simple example on how to build a python web service with Flask, and run it within Docker. The setup is completed running the service behind Gunicorn, and using Nginx as reverse proxy.