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