mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-20 22:36:25 +00:00
make password-reset stateless
This commit is contained in:
parent
153e89f4c4
commit
8ee8e4b4c1
@ -59,7 +59,7 @@ services:
|
||||
- mail
|
||||
environment:
|
||||
- LDAP_SERVER=ldap://ldap:389
|
||||
- LDAP_BINDDN=cn=admin,${LDAP_BASE_DN}
|
||||
- LDAP_BINDDN=cn=admin,${LDAP_BASE_DN}
|
||||
- LDAP_BINDPASS=${LDAP_ADMIN_PASSWORD}
|
||||
- LDAP_BASE_SEARCH=${LDAP_BASE_DN}
|
||||
- MAIL_FROM=noreply@${LDAP_DOMAIN}
|
||||
@ -80,8 +80,6 @@ services:
|
||||
- PASSWORD_MIN_SPECIAL=${SELF_SERVICE_PASSWORD_MIN_SPECIAL}
|
||||
expose:
|
||||
- "80"
|
||||
volumes:
|
||||
- password-self-service:/www/ssp
|
||||
networks:
|
||||
- web-net # provide web-frontend
|
||||
- ldap-net # access ldap user base and write passwords
|
||||
@ -380,7 +378,6 @@ services:
|
||||
volumes:
|
||||
web:
|
||||
ldap:
|
||||
password-self-service:
|
||||
slapd:
|
||||
maildata:
|
||||
mailstate:
|
||||
|
Loading…
x
Reference in New Issue
Block a user