Skip to content

Boilerplate for a Docker image containing a Python project utilizing NGINX, Gunicorn, and Hug

License

Notifications You must be signed in to change notification settings

CMoncur/docker-nginx-gunicorn-hug

Repository files navigation

docker-nginx-gunicorn-hug

Boilerplate for a Docker image containing a Python project utilizing NGINX, Gunicorn, and Hug. This stack operates as follows:

Client <-> NGINX <-> Gunicorn <-> Python API (Hug)

Getting started

Clone repository, navigate to directory where repository was cloned, then:

For production:

$ make prod

For development:

$ make dev

Once the docker images are running, navigate to localhost:8000. A hello world message should be visible!

About

Boilerplate for a Docker image containing a Python project utilizing NGINX, Gunicorn, and Hug

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published