Skip to content

Commit

Permalink
Pin postgis docker version (#535)
Browse files Browse the repository at this point in the history
Existing deployment databases (postgresql v16) are not compatible with
postgresql v17.
  • Loading branch information
floryst authored Nov 14, 2024
1 parent f55cb0c commit 7cf54ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
# PostgreSQL
postgresql:
image: postgis/postgis:latest
image: postgis/postgis:16-3.5
environment:
POSTGRES_USER: rdwatch
POSTGRES_DB: rdwatch
Expand Down Expand Up @@ -35,7 +35,7 @@ services:

# Scoring database
scoredb:
image: postgis/postgis:latest
image: postgis/postgis:16-3.5
environment:
POSTGRES_USER: scoring
POSTGRES_DB: scoring
Expand Down

0 comments on commit 7cf54ba

Please sign in to comment.