fix things for docker compose

This commit is contained in:
Gardient
2021-12-19 20:27:13 +02:00
parent fe424e3fa2
commit c9f07df262
8 changed files with 67 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
[uwsgi]
wsgi-file = run.py
callable = app
socket = :8080
http = 0.0.0.0:8080
processes = 4
threads = 2
master = true