Skip to content

Commit 694e16f

Browse files
authored
Merge pull request mattmakai#220 from mjhea0/patch-1
add flask + docker resource
2 parents 74b20e7 + 25e3f34 commit 694e16f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,3 +169,7 @@ on Amazon Web Services, Google Compute Engine, Linode, Rackspace or elsewhere.
169169

170170
* [Dockerizing a Python Django Web Application](https://semaphoreci.com/community/tutorials/dockerizing-a-python-django-web-application)
171171
is another in-depth tutorial on combining Docker with [Django](/django.html).
172+
173+
* [Dockerizing Flask with Postgres, Gunicorn, and Nginx](https://testdriven.io/blog/dockerizing-flask-with-postgres-gunicorn-and-nginx/)
174+
looks at how to configure Flask to run on Docker along with Postgres,
175+
Nginx, and Gunicorn.

0 commit comments

Comments
 (0)