fix(infra): align PostgreSQL to version 16 in test compose

INF-02: Test environment now uses postgres:16-alpine to match production.
This commit is contained in:
senke 2026-02-22 17:35:35 +01:00
parent c29edd099b
commit 389cfa95b0

View file

@ -2,7 +2,7 @@ version: '3.8'
services: services:
postgres-test: postgres-test:
image: postgres:15-alpine image: postgres:16-alpine
container_name: veza-postgres-test container_name: veza-postgres-test
environment: environment:
POSTGRES_DB: veza_test POSTGRES_DB: veza_test