added Docker setup & moved database into instance folder
This commit is contained in:
11
webapp/eve_structure.ini
Normal file
11
webapp/eve_structure.ini
Normal 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
|
||||
Reference in New Issue
Block a user