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

Update postgis/postgis Docker tag to v17 #245

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ LAMASSU_FEED_CACHE_MINIMUM_INTERVAL_IN_S=21600
REDIS_MEMORY_MB=1024

# ipl-db variables
IPL_POSTGIS_IMAGE=postgis/postgis:15-3.4-alpine
IPL_POSTGIS_IMAGE=postgis/postgis:17-3.4-alpine
IPL_POSTGRES_DB=geoserver
IPL_POSTGRES_USER=geoserver

Expand Down Expand Up @@ -109,7 +109,7 @@ OCPDB_CELERY_BROKER_URL=amqp://rabbitmq/ocpdb
OCPDB_PRIVACY_URL=https://www.nvbw.de/datenschutz
OCPDB_LEGAL_NOTICE_URL=https://www.nvbw.de/impressum
OCPDB_IMAGE=ghcr.io/binary-butterfly/ocpdb:1.3.0
OCPDB_DB_IMAGE=postgis/postgis:15-3.4-alpine
OCPDB_DB_IMAGE=postgis/postgis:17-3.4-alpine

# ParkAPI
PARK_API_API_PORT=7500
Expand All @@ -118,7 +118,7 @@ PARK_API_POSTGRES_DB=park-api
PARK_API_POSTGRES_HOST=park-api-db
PARK_API_CELERY_BROKER_URL=amqp://rabbitmq/park-api
PARK_API_IMAGE=ghcr.io/parkendd/park-api-v3:0.20.3
PARK_API_DB_IMAGE=postgis/postgis:15-3.4-alpine
PARK_API_DB_IMAGE=postgis/postgis:17-3.4-alpine

# Caddy
CADDY_IMAGE=caddy:2.9.1-alpine
Expand Down