fix: remove authentik-ldap service from compose file
All checks were successful
Auto-Deploy Changed Stacks / deploy (push) Successful in 24s

This commit is contained in:
Nathan 2026-07-16 17:39:29 -04:00
parent 7cd014085b
commit 9c90b19fc0

View File

@ -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