From 552411369ba40382e29d80ecd9ee41acce8cfb8d Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Sat, 16 Mar 2024 00:59:29 +1100 Subject: [PATCH] Add support of NASCOMPOSE domain expansion --- authentication/docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/authentication/docker-compose.yml b/authentication/docker-compose.yml index 1a6515e..75e8ea7 100644 --- a/authentication/docker-compose.yml +++ b/authentication/docker-compose.yml @@ -14,6 +14,8 @@ services: AUTHELIA_NOTIFIER_SMTP_USERNAME: ${NASCOMPOSE_AUTHELIA_SMTP_USERNAME?} AUTHELIA_NOTIFIER_SMTP_PASSWORD_FILE: /run/secrets/smtp_password AUTHELIA_NOTIFIER_SMTP_SENDER: "authelia@${NASCOMPOSE_DOMAIN?}" + X_AUTHELIA_CONFIG_FILTERS: template + TEMPLATE_NASCOMPOSE_DOMAIN: ${NASCOMPOSE_DOMAIN?} networks: - reverse-proxy volumes: