aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
Diffstat (limited to 'docker')
-rw-r--r--docker/app/uwsgi.ini10
1 files changed, 9 insertions, 1 deletions
diff --git a/docker/app/uwsgi.ini b/docker/app/uwsgi.ini
index f4160a9a..eb45c9be 100644
--- a/docker/app/uwsgi.ini
+++ b/docker/app/uwsgi.ini
@@ -1,3 +1,11 @@
[uwsgi]
-http = :9090
+# Exposed ports
+http = :4000
+
+# File settings
wsgi = pysite.wsgi:application
+chdir = /app
+
+# Concurrency options
+master = true
+threads = 4