for the docker

This commit was merged in pull request #2.
This commit is contained in:
Gardient
2021-10-01 21:30:51 +03:00
parent b5a66b5d2d
commit fe424e3fa2
10 changed files with 86 additions and 81 deletions

10
app.ini Normal file
View File

@@ -0,0 +1,10 @@
[uwsgi]
wsgi-file = run.py
callable = app
socket = :8080
processes = 4
threads = 2
master = true
chmod-socket = 660
vacuum = true
die-on-term = true