Skip to content

Commit

Permalink
Merge branch 'run-uwsgi-with-specific-user'
Browse files Browse the repository at this point in the history
  • Loading branch information
noliveleger committed Nov 22, 2021
2 parents cdbd621 + 748d64c commit 38095c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker-compose.frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: '3'

services:
kobocat:
image: kobotoolbox/kobocat:2.021.45
image: kobotoolbox/kobocat:2.021.47
hostname: kobocat
env_file:
- ../kobo-env/envfile.txt
Expand Down Expand Up @@ -44,7 +44,7 @@ services:
- kobocat.internal

kpi:
image: kobotoolbox/kpi:2.021.45b
image: kobotoolbox/kpi:2.021.47
hostname: kpi
env_file:
- ../kobo-env/envfile.txt
Expand Down
4 changes: 2 additions & 2 deletions uwsgi/kpi_uwsgi.ini
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ socket = 0.0.0.0:8000
buffer-size = 32768
listen = @(/proc/sys/net/core/somaxconn)

#uid = wsgi
#gid = wsgi
uid = $(UWSGI_USER)
gid = $(UWSGI_GROUP)
die-on-term = true

# uWSGI does not pass locale information to the application by default
Expand Down

0 comments on commit 38095c5

Please sign in to comment.