Skip to content

Commit

Permalink
Bump local dev db to postgresql 15 to match prod (#1585)
Browse files Browse the repository at this point in the history
Note this will require something like `docker volume rm shipit_dbstore`
in local dev environments, since the db container will refuse to start
against an old datadir.
  • Loading branch information
jcristau authored Dec 11, 2024
1 parent 738e711 commit 0193765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ services:
- api

db:
image: postgres:11
image: postgres:15
ports:
- "5432:5432"
volumes:
Expand Down

0 comments on commit 0193765

Please sign in to comment.