Skip to content

Commit

Permalink
chore(docker): use the same postgre version as production
Browse files Browse the repository at this point in the history
  • Loading branch information
bsoufflet committed Mar 7, 2024
1 parent 678c4e2 commit bfa8892
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: grottocenter
services:
dbserver:
container_name: ${POSTGRES_CONTAINER_NAME}
image: postgis/postgis
image: postgis/postgis:16-3.4
environment:
- POSTGRES_USER=${POSTGRES_USER}
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
Expand All @@ -23,7 +23,7 @@ services:

testdbserver:
container_name: ${POSTGRES_TEST_CONTAINER_NAME}
image: postgis/postgis
image: postgis/postgis:16-3.4
restart: unless-stopped
environment:
- POSTGRES_USER=${POSTGRES_USER}
Expand Down

0 comments on commit bfa8892

Please sign in to comment.