Files
homeserver/lldap-docker-compose.yml

19 lines
464 B
YAML

# docker-compose.yml
services:
lldap:
image: nitowa/lldap:latest
ports: ["3890:3890", "17170:80"]
volumes: ["./lldap_data:/data"]
restart: unless-stopped
environment:
LLDAP_JWT_SECRET: "V!llage2server6"
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