Add lldap/docker-compose.yml

This commit is contained in:
2026-06-13 14:26:21 +01:00
parent f846768a54
commit 2dcd8ebaf2
+19
View File
@@ -0,0 +1,19 @@
services:
lldap:
image: lldap/lldap:stable
container_name: lldap
ports:
- "3890:3890" # LDAP port
- "17170:17170" # Web UI port
volumes:
- /media/gv0/lldap/data:/data
environment:
LLDAP_JWT_SECRET: "/K{5T.'-zR,W*gg|xI,u-[/[5.1?HI-S"
LLDAP_LDAP_USER_PASS: "Password1" # Change this!
restart: unless-stopped
networks:
- caddy_net
networks:
caddy_net:
external: true