From 9c90b19fc0347034200599f840844679cd4129c0 Mon Sep 17 00:00:00 2001 From: Nathan Date: Thu, 16 Jul 2026 17:39:29 -0400 Subject: [PATCH] fix: remove authentik-ldap service from compose file --- nodes/heimdall/wizarr/compose.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/nodes/heimdall/wizarr/compose.yaml b/nodes/heimdall/wizarr/compose.yaml index 73647a5..00be102 100644 --- a/nodes/heimdall/wizarr/compose.yaml +++ b/nodes/heimdall/wizarr/compose.yaml @@ -19,18 +19,6 @@ services: - "traefik.http.routers.wizarr.service=wizarr" - "traefik.http.services.wizarr.loadbalancer.server.port=5690" - authentik-ldap: - image: ghcr.io/goauthentik/ldap:2026.5.3 - networks: - - proxy-net - ports: - - 389:389 - - 636:636 - environment: - AUTHENTIK_HOST: https://sso.castaldifamily.com - AUTHENTIK_INSECURE: "false" - AUTHENTIK_TOKEN: ${AUTHENTIK_TOKEN} - networks: proxy-net: name: proxy-net