mirror of
				https://gitlab.sectorq.eu/home/docker-compose.git
				synced 2025-10-31 02:21:10 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			734 B
		
	
	
	
		
			YAML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			734 B
		
	
	
	
		
			YAML
		
	
	
		
			Executable File
		
	
	
	
	
| 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'
 | 
