Skip to content

Commit

Permalink
Merge pull request #396 from Xpirix/ajust-uwsgi-conf
Browse files Browse the repository at this point in the history
Adjust the uwsgi conf
  • Loading branch information
Xpirix authored May 7, 2024
2 parents d1aa5b2 + 834e5ba commit 644e145
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions dockerize/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ services:
- DEFAULT_PLUGINS_SITE=${DEFAULT_PLUGINS_SITE:-https://plugins.qgis.org/}
volumes:
- ../qgis-app:/home/web/django_project
- ./docker/uwsgi.conf:/uwsgi.conf
- ${QGISPLUGINS_STATIC_VOLUME}:/home/web/static:rw
- ${QGISPLUGINS_MEDIA_VOLUME}:/home/web/media:rw
- celerybeat-schedule:/home/web/celerybeat-schedule:rw
Expand Down
3 changes: 2 additions & 1 deletion dockerize/docker/uwsgi.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ logger = file:/var/log/uwsgi-errors.log
#uid = 1000
#gid = 1000
memory-report = true
harakiri = 50
harakiri = 2000
listen = 127

0 comments on commit 644e145

Please sign in to comment.