Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 454 Bytes

File metadata and controls

9 lines (5 loc) · 454 Bytes

PythonDocker

In order to create the complete Django Environment please follow below steps:

  1. Edit .env properties files in local folder of this repo to change password used by db and application.

  2. Then execute docker-compose up -d command to start the container docker build of images will happen automatically.

  3. In Order to delete the containers we can execute below command docker-compose down to delete the containers and kill all of them.