Files
docker-compose/OpenLDAP/docker-compose.yaml
Iwan Clement 1eaccf1324 Plus complet
2019-06-12 19:22:34 +02:00

21 lines
807 B
YAML

version: 2
services:
openldap:
container_name: ldap.iwanclement.eu
hostname: ldap
volumes:
- 'openldap_certs:/container/service/slapd/assets/certs'
environment:
- LDAP_TLS_CRT_FILENAME=my-ldap.crt
- LDAP_TLS_KEY_FILENAME=my-ldap.key
- LDAP_TLS_CA_CRT_FILENAME=the-ca.crt
- LDAP_ORGANISATION: IwanClement EU
- LDAP_DOMAIN: iwanclement.eu
# - LDAP_BASE_DN: Ldap base DN. If empty automatically set from LDAP_DOMAIN value. Defaults to (empty)
- LDAP_ADMIN_PASSWORD: Fgap@Gze5692$23_fwzyff_
- LDAP_CONFIG_PASSWORD: rggHaDZSuirdfg73ghaPCdf_@
- LDAP_READONLY_USER: true
- LDAP_READONLY_USER_USERNAME: ro_user
- LDAP_READONLY_USER_PASSWORD: R0_P@ssword
- HOSTNAME: ldap_iwanclement_eu
image: 'osixia/openldap:1.2.4'