Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use docker image for the uwsgi service #415

Merged
merged 2 commits into from
May 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions dockerize/.env.template
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ SENTRY_DSN=''

# Download stats URL
METABASE_DOWNLOAD_STATS_URL='https://plugins.qgis.org/metabase/public/dashboard/<dashboard_id>'

# Uwsgi Docker image
UWSGI_DOCKER_IMAGE='kartoza/qgis-plugins-uwsgi:latest'
5 changes: 1 addition & 4 deletions dockerize/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ services:
internal:

uwsgi: &uwsgi-common
build:
context: ${PWD}/../
dockerfile: dockerize/docker/Dockerfile
target: prod
image: ${UWSGI_DOCKER_IMAGE}
hostname: uwsgi
expose:
- "8080"
Expand Down