From 7b2a6714dee8960e83b24083cbfe10baf92e9876 Mon Sep 17 00:00:00 2001 From: sven Date: Fri, 23 Jan 2026 16:27:19 +0100 Subject: [PATCH] =?UTF-8?q?Restart-Policy=20auf=20No=20ge=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- authentik/compose.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/authentik/compose.yaml b/authentik/compose.yaml index f4181e0..37a0f7a 100644 --- a/authentik/compose.yaml +++ b/authentik/compose.yaml @@ -3,7 +3,6 @@ services: image: docker.io/library/postgres:16-alpine labels: com.hanold.environment: production - restart: unless-stopped healthcheck: test: - CMD-SHELL @@ -26,7 +25,6 @@ services: labels: com.hanold.environment: testing command: --save 60 1 --loglevel warning - restart: unless-stopped healthcheck: test: - CMD-SHELL @@ -42,7 +40,6 @@ services: image: ghcr.io/goauthentik/server:latest labels: com.hanold.environment: production - restart: unless-stopped command: server environment: AUTHENTIK_REDIS__HOST: redis @@ -65,7 +62,6 @@ services: image: ghcr.io/goauthentik/server:latest labels: com.hanold.environment: production - restart: unless-stopped command: worker environment: AUTHENTIK_REDIS__HOST: redis