Skip to content

Raw template for your project buiit with docker, nginx, django, postgreSQL

Notifications You must be signed in to change notification settings

amirh-far/Raw-Docker-Nginx-Django-Postgres

Repository files navigation

Raw Project for Docker Nginx Django Postgres


This repository is a raw project template for Nginx, Django, Daphne, Postgres composed with Docker

Features

  • Uses Revese Proxy with Nginx
  • Fully functional with Django
  • Supports sockets because Runs the server with Daphne ASGI
  • Uses Postgres Database Management which is a popular choice

Installation

First, install docker on your machine: install docker

Clone the repository:

# Clone the repository
git clone https://github.com/your-username/your-project.git

cd to_your_project_path

Use docker compose to create the containers, compose them and run the server:

sudo docker compose up

Preview

After installation you should see the following page with 0.0.0.0 url using the following ports:
Http Ports:
80,8080,8880,2052,2082,2086,2095
Https Ports:
443,2053,2083,2087,2096,8443


You are ready to go!

About

Raw template for your project buiit with docker, nginx, django, postgreSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published