lldap-docker-compose.yml hinzugefügt

This commit is contained in:
2025-11-24 07:42:01 +00:00
parent fbb4c47b1b
commit 8131e42d2e

20
lldap-docker-compose.yml Normal file
View File

@@ -0,0 +1,20 @@
# docker-compose.yml
version: "3.8"
services:
lldap:
image: nitowa/lldap:latest
ports: ["3890:3890", "17170:80"]
volumes: ["./lldap_data:/data"]
restart: unless-stopped
environment:
LLDAP_JWT_SECRET: "superstarkesgeheimnis123"
LLDAP_LDAP_BASE_DN: "dc=schoedl,dc=local"
authelia:
image: authelia/authelia:latest
ports: ["9091:9091"]
volumes: ["./authelia:/config"]
restart: unless-stopped
environment:
TZ: Europe/Berlin