add docker stuff

This commit is contained in:
2025-06-29 18:17:15 +03:00
parent 6c731b04d3
commit 765e445bbf
5 changed files with 80 additions and 0 deletions

14
uwsgi.ini Normal file
View File

@ -0,0 +1,14 @@
[uwsgi]
module = app:create_app()
callable = app
master = true
processes = 2
socket = /tmp/uwsgi.sock
chmod-socket = 666
plugins = python3
virtualenv = /opt/venv
pythonpath = /opt/venv/lib/python3.13/site-packages
uid = www-data
gid = www-data