chore: Set version of local database to postgres-16 to align with production template
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
image: postgres
|
image: postgres:16-alpine
|
||||||
ports:
|
ports:
|
||||||
- 55432:5432
|
- 55432:5432
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user