updated Docker build

This commit is contained in:
2024-08-15 11:23:42 +08:00
parent ef8da4e6cc
commit 49a9bad07f
7 changed files with 174 additions and 29 deletions

8
conf/uwsgi.ini Normal file
View File

@@ -0,0 +1,8 @@
[uwsgi]
#logformat = "%(proto) - %(method) %(uri) %(status) %(addr)
need-plugin=/usr/lib/uwsgi/python_plugin.so
need-plugin=/usr/lib/uwsgi/gevent3_plugin.so
socket = 0.0.0.0:1910
module = md2html.uwsgi_handler
virtualenv = /var/md2html/venv
gevent = 1000