First install docker and docker-compose in your system
apt update
apt install docker.io -y
apt install docker-compose -y
docker -v
docker-compose --versionGit clone the code in your local system
git clone https://github.com/muhammadaliazhar/Deployment-of-Django-app-with-Nginx-and-Mysql.gitStep 3 Move inside the project folder and run the application using docker compose
cd project-folder
docker-compose up -dStep 4 check that 3 containers are running in your system
docker psStep 5 Allow port # 8000 in your security group rule/ firewall and access application using your public ip address
