Skip to content

This project contain docker multi stage concept with django + postgres, You will learn how docker multi stag work by this

Notifications You must be signed in to change notification settings

VISHU1999/django-postgres-with-docker-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Running the Application

Create the DB tables first:

python manage.py migrate

Run the development web server:

python manage.py runserver 8080

Open the URL http://localhost:8080/ to access the application.

Running the Application in docker

docker-compose up --build

About

This project contain docker multi stage concept with django + postgres, You will learn how docker multi stag work by this

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published