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