diff --git a/authentik/docker-compose.yml b/authentik/docker-compose.yml index 0dc505d..3d7a71d 100755 --- a/authentik/docker-compose.yml +++ b/authentik/docker-compose.yml @@ -20,6 +20,8 @@ services: POSTGRES_PASSWORD: ${PG_PASS:?database password required} POSTGRES_USER: ${PG_USER:-authentik} TZ: Europe/Bratislava + ports: + - 5433:5432 healthcheck: interval: 30s retries: 5