diff options
author | 2018-09-20 23:02:05 +0200 | |
---|---|---|
committer | 2018-09-20 23:02:05 +0200 | |
commit | c389029a954c68cf954eef45ce6b07d2097097ea (patch) | |
tree | 5f70d6de0061212fb56b959eb725f103e669cb72 | |
parent | Use proper `adduser` invocation on Alpine. (diff) |
Require application, set procnames.
-rw-r--r-- | docker/app/uwsgi.ini | 4 |
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 |