add Dockerfile

This commit is contained in:
2021-01-15 17:03:33 +01:00
parent e031660df9
commit b9031157fb
6 changed files with 37 additions and 52 deletions

View File

@ -1,7 +1,7 @@
[uwsgi]
http = :5000
wsgi-file = server.py
processes = 1
threads = 1
stats = 127.0.0.1:9191
processes = 4
threads = 2
stats = :9191