added Docker setup & moved database into instance folder

This commit is contained in:
2025-08-27 21:28:02 +02:00
parent 36f7f6d278
commit 1291970b51
9 changed files with 49 additions and 1979 deletions

11
webapp/eve_structure.ini Normal file
View File

@@ -0,0 +1,11 @@
[uwsgi]
chdir=/
module = webapp.app
callable = app
socket = :5000
processes = 4
threads = 2
master = true
chmod-socket = 660
vacuum = true
die-on-term = true