++ notes for django

This commit is contained in:
Nico Schottelius 2021-12-20 11:27:49 +01:00
parent 2140278342
commit 99925c1f81
1 changed files with 9 additions and 0 deletions

View File

@ -49,6 +49,15 @@ Undefined at the moment:
* uwsgi
* (g)unicorn
### One container providing port 80
* The outside world does not need to know what is running inside
* Thus the django container should:
* Expose port 80
* Serve staticfiles on its own
* One can use *any* of the wsgi/asgi servers
* Will provide example for some of them
## Follow up
If you are interested in Kubernetes or Django, feel free to