Skip to content

Commit d4727ad

Browse files
authored
Merge pull request mattmakai#192 from mjhea0/patch-1
adds a django and docker resource
2 parents 1827f29 + 0202b52 commit d4727ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/pages/05-deployment/36-docker.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,6 @@ on Amazon Web Services, Google Compute Engine, Linode, Rackspace or elsewhere.
136136
* [Python virtual environments and Docker](http://blog.dscpl.com.au/2016/01/python-virtual-environments-and-docker.html)
137137
goes into detail on whether virtual environments should be used with Docker
138138
and how system packages can generally be a safer route to go.
139+
140+
* [Dockerizing Django with Postgres, Gunicorn, and Nginx](https://testdriven.io/dockerizing-django-with-postgres-gunicorn-and-nginx)
141+
details how to configure Django to run on Docker along with Postgres, Nginx, and Gunicorn.

0 commit comments

Comments
 (0)