Skip to content

Commit

Permalink
Use docker image for the uwsgi service
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpirix committed May 30, 2024
1 parent 8ac0822 commit 785dbd3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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='xpirix/qgis-plugins-uwsgi:1.0.0'
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

0 comments on commit 785dbd3

Please sign in to comment.