mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-14 18:34:53 +01:00
build
This commit is contained in:
26
__swarm/openldap/docker-compose.yml
Executable file
26
__swarm/openldap/docker-compose.yml
Executable file
@@ -0,0 +1,26 @@
|
||||
services:
|
||||
openldap:
|
||||
environment:
|
||||
- LDAP_SKIP_DEFAULT_TREE=yes
|
||||
- LDAP_ROOT=dc=sectorq,dc=eu
|
||||
- LDAP_ADMIN_USERNAME=admin
|
||||
- LDAP_ADMIN_PASSWORD=$LDAP_ADMIN_PASSWORD
|
||||
- LDAP_USERS=test
|
||||
- LDAP_PASSWORDS=q
|
||||
- LDAP_GROUP=group
|
||||
- LDAP_USER_DC=people
|
||||
- LDAP_CONFIG_ADMIN_ENABLED=yes
|
||||
- LDAP_CONFIG_ADMIN_USERNAME=admin
|
||||
- LDAP_CONFIG_ADMIN_PASSWORD=$LDAP_CONFIG_ADMIN_PASSWORD
|
||||
image: bitnami/openldap:latest
|
||||
labels:
|
||||
wud.watch: true
|
||||
wud.watch.digest: true
|
||||
ports:
|
||||
- 1389:1389
|
||||
- 1636:1636
|
||||
volumes:
|
||||
- /share/docker_data/openldap/data:/bitnami/openldap
|
||||
- /share/docker_data/openldap/ldifs:/ldifs
|
||||
- /share/docker_data/openldap/custom:/custom
|
||||
version: '2'
|
||||
Reference in New Issue
Block a user