Skip to content

Boilerplate project template for a generic dockerized Django application with postgres database. Deployed with gunicorn and Nginx configurations.

Notifications You must be signed in to change notification settings

royhzq/docker-django-gunicorn-nginx

Repository files navigation

docker-django-gunicorn-nginx

Project template for a dockerized Django application deployed with gunicorn and nginx as a web server, together postgres database image.

Quickstart

Run in this path:

$ docker-compose up

This will build the docker image and the production-ready Django app will be running on port 80, http://my-public-ip.
Static files will be served by Nginx on http://my-public-ip/static/

About

Boilerplate project template for a generic dockerized Django application with postgres database. Deployed with gunicorn and Nginx configurations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published