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

Move postgis docker image version to environment #1154

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

gounux
Copy link
Member

@gounux gounux commented Mar 12, 2025

This PR makes the postgis docker version configurable in the environment file.

Reason behind this simplicity for bumping repository to new versions later, as well as more flexibility for local and standalone instances.

@duke-nyuki
Copy link
Collaborator

@@ -14,7 +14,7 @@ services:
command: ["postgres", "-c", "log_statement=all", "-c", "log_destination=stderr"]

geodb:
image: postgis/postgis:12-3.0
image: postgis/postgis:${POSTGIS_IMAGE_VERSION}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably we need to give migration instructions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants