From b7ac96e0d69d45fd58c822762efed9598b7171cb Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Wed, 20 Dec 2023 16:40:24 +1100 Subject: [PATCH] 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 --- secrets/ldap-mail-common | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 secrets/ldap-mail-common diff --git a/secrets/ldap-mail-common b/secrets/ldap-mail-common new file mode 100644 index 0000000..1a66ed2 --- /dev/null +++ b/secrets/ldap-mail-common @@ -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}