This commit is contained in:
2026-03-17 11:44:51 +01:00
parent 961e3cd2e3
commit f9a3b34c42

View File

@@ -30,6 +30,11 @@ services:
POSTGRES_PASSWORD: ${PG_PASS:?database password required}
POSTGRES_USER: ${PG_USER:-authentik}
TZ: Europe/Bratislava
ports:
- target: 5432
published: 5433
protocol: tcp
mode: ingress
healthcheck:
interval: 30s
retries: 5