upt playbook

This commit is contained in:
jaydee
2023-09-01 03:55:41 +02:00
parent 8e5acd3d6c
commit a0927f8337

View File

@ -0,0 +1,26 @@
version: '2'
services:
openldap:
image: bitnami/openldap:latest
ports:
- '1389:1389'
- '1636:1636'
environment:
- LDAP_SKIP_DEFAULT_TREE=no
- LDAP_ROOT=dc=sectorq,dc=eu
- LDAP_ADMIN_USERNAME=admin
- LDAP_ADMIN_PASSWORD=l4c1j4yd33Du5lo
- LDAP_USERS=jaydee
- LDAP_PASSWORDS=q
- LDAP_GROUP=group
- LDAP_USER_DC=people
- LDAP_CUSTOM_LDIF_DIR=/ldifs
- LDAP_CONFIG_ADMIN_ENABLED=yes
- LDAP_CONFIG_ADMIN_USERNAME=admin
- LDAP_CONFIG_ADMIN_PASSWORD=l4c1j4yd33Du5lo
volumes:
- '/share/docker_data/openldap/data:/bitnami/openldap'
- '/share/docker_data/openldap/ldifs:/ldifs'
network_mode: bridge