Create docker image

This commit is contained in:
Sascha Ißbrücker
2019-07-03 17:18:29 +02:00
parent fdcd9cb42c
commit d57ea27ba3
17 changed files with 137 additions and 12 deletions

12
uwsgi.ini Normal file
View File

@@ -0,0 +1,12 @@
[uwsgi]
#socket = 127.0.0.1:3031
http = :9090
chdir = /etc/linkdings
module = siteroot.wsgi:application
env = DJANGO_SETTINGS_MODULE=siteroot.settings_prod
static-map = /static=static
processes = 4
threads = 2
pidfile = /tmp/project-master.pid
vacuum=True
stats = 127.0.0.1:9191