add dockerfile

This commit is contained in:
Hiller Liao
2022-01-30 13:12:24 +08:00
parent 6f53552041
commit 7102215323
8 changed files with 82 additions and 628 deletions

10
uwsgi.ini Normal file
View File

@@ -0,0 +1,10 @@
[uwsgi]
uwsgi-socket = /tmp/uwsgi.sock
chmod-socket = 777
callable = app
plugin = python3
wsgi-file = wsgi.py
buffer-size = 65535
processes = %(%k * 2)
threads = %(%k * 20)
disable-logging = true