Skip to content

This repo shows how to dockerize Django app with Nginx as reverse proxy and PostgreSQL as database.

Notifications You must be signed in to change notification settings

abror2142/django-nginx-postgres-dockerized

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerized Django + PostgreSQL + Nginx

How to build?

To build and test this project locally, please follow this steps:

  • RENAME: .env.developer file to .env
  • (optional) MAKE changes to the .env file with your prefered values.
  • RUN: docker compose up in the root folder of the project!
  • OPEN: http://localhost:8080 with your favourite browser.

Any suggestions about the project? Feel free to pull request!

About

This repo shows how to dockerize Django app with Nginx as reverse proxy and PostgreSQL as database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published