|
|
|
|
|
by jessejmc
4058 days ago
|
|
There is an Apache/mod_wsgi image from the mod_wsgi maintainer. It was pretty easy to set up, and Graham has more in depth documentation on his blog. https://github.com/GrahamDumpleton/mod_wsgi-docker I've been evaluating using uwsgi as a stand-alone server. I'm not sure how much load it would support, but I think it's possible get quite far with Django, sqlite, and uwsgi. |
|