mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-02 00:08:33 +02:00
upt playbook
This commit is contained in:
@ -10,7 +10,7 @@ services:
|
|||||||
- LDAP_SKIP_DEFAULT_TREE=yes
|
- LDAP_SKIP_DEFAULT_TREE=yes
|
||||||
- LDAP_ROOT=dc=sectorq,dc=eu
|
- LDAP_ROOT=dc=sectorq,dc=eu
|
||||||
- LDAP_ADMIN_USERNAME=admin
|
- LDAP_ADMIN_USERNAME=admin
|
||||||
- LDAP_ADMIN_PASSWORD=/run/secrets/ldap_admin_password
|
- LDAP_ADMIN_PASSWORD=$LDAP_ADMIN_PASSWORD
|
||||||
- LDAP_USERS=test
|
- LDAP_USERS=test
|
||||||
- LDAP_PASSWORDS=q
|
- LDAP_PASSWORDS=q
|
||||||
- LDAP_GROUP=group
|
- LDAP_GROUP=group
|
||||||
@ -18,20 +18,12 @@ services:
|
|||||||
#- LDAP_CUSTOM_LDIF_DIR=/ldifs
|
#- LDAP_CUSTOM_LDIF_DIR=/ldifs
|
||||||
- LDAP_CONFIG_ADMIN_ENABLED=yes
|
- LDAP_CONFIG_ADMIN_ENABLED=yes
|
||||||
- LDAP_CONFIG_ADMIN_USERNAME=admin
|
- LDAP_CONFIG_ADMIN_USERNAME=admin
|
||||||
- LDAP_CONFIG_ADMIN_PASSWORD=/run/secrets/ldap_config_password
|
- LDAP_CONFIG_ADMIN_PASSWORD=$LDAP_CONFIG_ADMIN_PASSWORD
|
||||||
#- LDAP_CUSTOM_SCHEMA_FILE=/custom/00-custom.ldif
|
#- LDAP_CUSTOM_SCHEMA_FILE=/custom/00-custom.ldif
|
||||||
#- LDAP_ENABLE_TLS
|
#- LDAP_ENABLE_TLS
|
||||||
secrets:
|
|
||||||
- ldap_config_password
|
|
||||||
- ldap_admin_password
|
|
||||||
volumes:
|
volumes:
|
||||||
- '/share/docker_data/openldap/data:/bitnami/openldap'
|
- '/share/docker_data/openldap/data:/bitnami/openldap'
|
||||||
- '/share/docker_data/openldap/ldifs:/ldifs'
|
- '/share/docker_data/openldap/ldifs:/ldifs'
|
||||||
- '/share/docker_data/openldap/custom:/custom'
|
- '/share/docker_data/openldap/custom:/custom'
|
||||||
|
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
secrets:
|
|
||||||
ldap_config_password:
|
|
||||||
file: ".env/ldap_config_password"
|
|
||||||
ldap_admin_password:
|
|
||||||
file: ".env/ldap_admin_password"
|
|
Reference in New Issue
Block a user