Add working Dockerfile and various configs

This commit is contained in:
2020-12-06 11:55:59 +01:00
parent 7f53165704
commit 79d4af32ac
9 changed files with 178 additions and 21 deletions

View File

@ -0,0 +1,12 @@
[uwsgi]
plugin = python3
module = ftracker:app
socket = /tmp/ftracker.sock
manage-script-name = true
master = true
uid = www-data
gid = www-data
proesses = 1
threads = 1