Skip to content

Commit 2f3b6ad

Browse files
authored
chore(dev): bump docker-compose dev postgres 15 -> 17 to match CNPG runtime (#117)
De echte sandbox/productie database draait al PostgreSQL 17 via de CloudNativePG operator (infrastructure/.../postgresql/database/base/cluster.yaml). De lokale docker-compose dev-omgeving stond nog op 15-alpine; deze bump trekt lokaal en productie gelijk. Let op: een PostgreSQL major upgrade is niet in-place compatibel. Bestaande dev-volumes moeten gewist worden: docker compose -f docker-compose.dev.yaml down -v
1 parent c32df5a commit 2f3b6ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
services:
1616
postgres:
17-
image: postgres:15-alpine
17+
image: postgres:17-alpine
1818
container_name: opi-postgres-dev
1919
environment:
2020
POSTGRES_DB: opi

0 commit comments

Comments
 (0)