Skip to content

Commit 25e3f34

Browse files
authored
add flask + docker resource
1 parent 74b20e7 commit 25e3f34

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)