Partial updates

This commit is contained in:
Marc Fokkert
2026-05-25 21:12:15 +02:00
parent d42f8729fa
commit c1795eccc8
3 changed files with 11670 additions and 3 deletions
+2 -1
View File
@@ -39,7 +39,8 @@ resource "docker_container" "authelia" {
"AUTHELIA_SESSION_REDIS_PASSWORD_FILE=/secrets/REDIS_PASSWORD",
"AUTHELIA_STORAGE_MYSQL_PASSWORD_FILE=/secrets/STORAGE_PASSWORD",
"AUTHELIA_STORAGE_ENCRYPTION_KEY_FILE=/secrets/STORAGE_ENCRYPTION_KEY",
"AUTHELIA_NOTIFIER_SMTP_PASSWORD_FILE=/secrets/NOTIFIER_SMTP_PASSWORD"
"AUTHELIA_NOTIFIER_SMTP_PASSWORD_FILE=/secrets/NOTIFIER_SMTP_PASSWORD",
"X_AUTHELIA_CONFIG_FILTERS=template"
]
mounts {