15 lines
792 B
YAML
15 lines
792 B
YAML
# Version of the LLDAP container image
|
|
container_lldap_version: "stable" # e.g., "latest" or a specific version
|
|
|
|
# LDAP Base DN components
|
|
container_lldap_ldap_base_domain: "example" # First part of the LDAP Base DN (dc=example)
|
|
container_lldap_ldap_base_tld: "com" # Top-level domain part of the LDAP Base DN (dc=com)
|
|
|
|
# Domain for Traefik / external access
|
|
container_lldap_domain: "ldap.example.com" # Fully qualified domain name for LLDAP service
|
|
|
|
# LDAP admin user password
|
|
container_lldap_ldap_user_pass: "adminPas$word" # Admin password (can be replaced by secret file)
|
|
|
|
# Base directory for container data (e.g., for volumes, secrets)
|
|
container_lldap_directory: "/opt/docker/lldap" # Base directory on the host for LLDAP data
|