From f9a3b34c42125d40ea90d3428ff7f6bc47febe02 Mon Sep 17 00:00:00 2001 From: jaydee Date: Tue, 17 Mar 2026 11:44:51 +0100 Subject: [PATCH] build --- __swarm/authentik/authentik-swarm.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/__swarm/authentik/authentik-swarm.yml b/__swarm/authentik/authentik-swarm.yml index 883882a..7f73e16 100644 --- a/__swarm/authentik/authentik-swarm.yml +++ b/__swarm/authentik/authentik-swarm.yml @@ -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