An example project from this tutorial: http://ruddra.com/2016/08/14/docker-django-nginx-postgres/
To use this project, run this commands:
make upto build the project and starting containers.make buildto build the project.make startto start containers if project has been up already.make stopto stop containers.make shell-webto shell access web container.make shell-dbto shell access db container.make shell-nginxto shell access nginx container.make logs-webto log access web container.make logs-dbto log access db container.make logs-nginxto log access nginx container.