Skip to content

Commit ae80261

Browse files
committedOct 31, 2024
add ldap back to docker compose
1 parent 3876f04 commit ae80261

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed
 

‎docker/authentik/docker-compose.yml

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
---
2-
version: "3.4"
3-
42
services:
53
postgresql:
64
image: docker.io/library/postgres:16-alpine
@@ -79,6 +77,16 @@ services:
7977
depends_on:
8078
- postgresql
8179
- redis
80+
81+
authentik_ldap:
82+
image: ghcr.io/goauthentik/ldap:2024.10.0
83+
ports:
84+
- 389:3389
85+
- 636:6636
86+
environment:
87+
AUTHENTIK_HOST: ${AUTH_HOST}
88+
AUTHENTIK_INSECURE: "true"
89+
AUTHENTIK_TOKEN: ${AUTH_TOKEN}
8290

8391
volumes:
8492
database:

0 commit comments

Comments
 (0)
Please sign in to comment.