Skip to content

Commit

Permalink
Use psql-15 for local dev
Browse files Browse the repository at this point in the history
  • Loading branch information
szabozoltan69 committed Oct 24, 2024
1 parent 3260fee commit c0c0299
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ x-server: &base_server_setup

services:
db:
image: postgis/postgis:12-3.4-alpine
image: postgis/postgis:15-3.4-alpine
environment:
POSTGRES_PASSWORD: test
POSTGRES_USER: test
POSTGRES_DB: test
volumes:
- './.db/pg-12:/var/lib/postgresql/data'
- './.db/pg-15:/var/lib/postgresql/data'
extra_hosts:
- "host.docker.internal:host-gateway"

Expand Down

0 comments on commit c0c0299

Please sign in to comment.