++ notes for django
This commit is contained in:
parent
2140278342
commit
99925c1f81
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue