server-up/apps/lldap/files/compose.yaml
Ramon 9008e39fe4
All checks were successful
Deploy server-up (dev) / deploy (push) Successful in 8m14s
feat(apps): voeg elf ARM64-geschikte apps toe
2026-08-06 00:34:42 +02:00

19 lines
564 B
YAML

services:
<< service_name >>:
image: lldap/lldap:stable
container_name: << service_name >>
ports:
- "<< port_web >>:17170"
- "<< port_ldap >>:3890"
environment:
- UID=<< puid >>
- GID=<< pgid >>
- TZ=<< timezone >>
- LLDAP_JWT_SECRET=<< jwt_secret >>
- LLDAP_KEY_SEED=<< key_seed >>
- LLDAP_LDAP_BASE_DN=<< base_dn >>
- LLDAP_LDAP_USER_PASS=<< ldap_user_pass >>
- LLDAP_HTTP_URL=<< http_url >>
volumes:
- << appdata_dir >>/<< service_name >>:/data
restart: unless-stopped