chore: Set version of local database to postgres-16 to align with production template

This commit is contained in:
Dries Augustyns
2025-12-08 17:40:24 +01:00
parent dbf58046e7
commit 8ec0f50f68
+1 -1
View File
@@ -1,6 +1,6 @@
services: services:
db: db:
image: postgres image: postgres:16-alpine
ports: ports:
- 55432:5432 - 55432:5432
environment: environment: