Django MySQL Docker connection

Pre requisites:

  • x64 Architecture.
  • Docker(Compose) Installed on the machine.

Deployment/Start the server

  • To Start the docker container, use
    • docker-compose up
  • To remove the docker, use
    • docker-compose down