Moved healthcheck to the end so that it is setup after email configuration

This commit is contained in:
2025-08-19 09:46:12 +02:00
parent d3cc187c3b
commit f46aabe884
3 changed files with 8 additions and 6 deletions

View File

@@ -10,11 +10,11 @@ tls_trust_file /etc/ssl/certs/ca-certificates.crt
tls off
{% endif %}
account system_email
account {{ DEFAULT_EMAIL_ACCOUNT }}
host {{ SYSTEM_EMAIL.HOST }}
port {{ SYSTEM_EMAIL.PORT }}
from {{ users['no-reply'].email }}
user {{ users['no-reply'].email }}
password {{ users['no-reply'].mailu_token }}
account default : system_email
account default : {{ DEFAULT_EMAIL_ACCOUNT }}