Skip to content

Commit

Permalink
Add command to run uwsgi in docker-compose.yml (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpirix authored Jul 24, 2024
1 parent ce9befd commit 2de64ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerize/.env.template
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ SENTRY_RATE=1.0
METABASE_DOWNLOAD_STATS_URL='https://plugins.qgis.org/metabase/public/dashboard/<dashboard_id>'

# Uwsgi Docker image
UWSGI_DOCKER_IMAGE='kartoza/qgis-plugins-uwsgi:latest'
UWSGI_DOCKER_IMAGE='qgis/qgis-plugins-uwsgi:latest'
2 changes: 1 addition & 1 deletion dockerize/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ services:
- ${QGISPLUGINS_STATIC_VOLUME}:/home/web/static:rw
- ${QGISPLUGINS_MEDIA_VOLUME}:/home/web/media:rw
- celerybeat-schedule:/home/web/celerybeat-schedule:rw

command: uwsgi --ini /uwsgi.conf
depends_on:
- db
- rabbitmq
Expand Down

0 comments on commit 2de64ea

Please sign in to comment.