aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-09-20 23:02:05 +0200
committerGravatar Johannes Christ <[email protected]>2018-09-20 23:02:05 +0200
commitc389029a954c68cf954eef45ce6b07d2097097ea (patch)
tree5f70d6de0061212fb56b959eb725f103e669cb72
parentUse proper `adduser` invocation on Alpine. (diff)
Require application, set procnames.
-rw-r--r--docker/app/uwsgi.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/docker/app/uwsgi.ini b/docker/app/uwsgi.ini
index eb45c9be..7aa63ae7 100644
--- a/docker/app/uwsgi.ini
+++ b/docker/app/uwsgi.ini
@@ -9,3 +9,7 @@ chdir = /app
# Concurrency options
master = true
threads = 4
+auto-procname = true
+
+# Startup settings
+need-app = true