fix: add authentik_ldap service configuration to compose file
All checks were successful
Auto-Deploy Changed Stacks / deploy (push) Successful in 2m1s
All checks were successful
Auto-Deploy Changed Stacks / deploy (push) Successful in 2m1s
This commit is contained in:
parent
fcffed6548
commit
228e407b2a
@ -19,6 +19,18 @@ 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:3389
|
||||
- 636:6636
|
||||
environment:
|
||||
AUTHENTIK_HOST: https://sso.castaldifamily.com
|
||||
AUTHENTIK_INSECURE: "false"
|
||||
AUTHENTIK_TOKEN: ${AUTHENTIK_TOKEN}
|
||||
|
||||
networks:
|
||||
proxy-net:
|
||||
name: proxy-net
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user