added access logs of errors / slow URLs only, and exposed that out into /srv/docker/container/traefik/var/log/access_log, moved all passwords into separate env_files
This commit is contained in:
4
secrets/ldap-mail-common
Normal file
4
secrets/ldap-mail-common
Normal file
@@ -0,0 +1,4 @@
|
||||
LDAP_ADMIN_PASSWORD=a_real_admin_pass_word_for_2o20
|
||||
LDAP_BIND_PW=${LDAP_ADMIN_PASSWORD}
|
||||
# to note, this is unused at the moment as SASL doesnt work, but leaving this set as it wont impact anything
|
||||
SASLAUTHD_LDAP_PASSWORD=${LDAP_ADMIN_PASSWORD}
|
||||
Reference in New Issue
Block a user