reqs: specify falcon, commit uwsgi.ini for now

This commit is contained in:
norohind 2023-11-24 18:41:00 +03:00
parent 8ed71bc116
commit b41f16f884
2 changed files with 17 additions and 0 deletions

View File

@ -1,2 +1,3 @@
requests
psycopg2-binary
falcon

16
uwsgi.ini Normal file
View File

@ -0,0 +1,16 @@
[uwsgi]
master = 1
vacuum = true
socket = 127.0.0.1:8086
enable-threads = true
die-on-term = true
thunder-lock = true
threads = 2
processes = 2
virtualenv = /home/user2/projects_production/ED-livery-tracker-advanced/venv
wsgi-file = /home/user2/projects_production/ED-livery-tracker-advanced/web.py
chdir = /home/user2/projects_production/ED-livery-tracker-advanced
uid = user2
gid = user2
need-app = true
plugin = python3