Skip to content

Django based web app made using Docker Compose and SQLite

Notifications You must be signed in to change notification settings

rahulsurwade08/Online-Exam-Portal

Repository files navigation

Deploy Django in Production

Code to deploy a Django project using Docker Compose in a production environment.

In production, Django uses a WSGI server such as Gunicorn and a web server such as Nginx.

Usage

Run services in the background: docker-compose up -d

Run services in the foreground: docker-compose up --build

Inspect volume: docker volume ls and docker volume inspect <volume name>

View networks: docker network ls

Bring services down: docker-compose down

About

Django based web app made using Docker Compose and SQLite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages