From f11a6a7a419bd451b89f887a524714691790e8a1 Mon Sep 17 00:00:00 2001 From: tobbbs <1+tobbbs@noreply.localhost> Date: Sat, 6 Jun 2026 14:01:05 +0200 Subject: [PATCH] Update compose.yaml --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 140fe28..51e4b95 100644 --- a/compose.yaml +++ b/compose.yaml @@ -50,7 +50,7 @@ services: BACKUP_KEEP_DAYS: 14 TIMEZONE: 'Europe/Berlin' MAIL_SMTP_ENABLE: 'TRUE' - MAIL_SMTP_VARIABLES: 'smtp_hostname=live.smtp.mailtrap.io,smtp_port=587,smtp_username=smtp@mailtrap.io,smtp_password=f2149ea35ddb1c5f622f8253550e55e1,from_email=admin@doeringer.eu,from_name=Vaultwarden-Backup,reply_to_email=admin@doeringer.eu,reply_to_name=Vaultwarden-Backup' + MAIL_SMTP_VARIABLES: 'smtp_hostname=live.smtp.mailtrap.io,smtp_port=587,smtp_username=api,smtp_password=f2149ea35ddb1c5f622f8253550e55e1,from_email=admin@doeringer.eu,from_name=Vaultwarden-Backup,reply_to_email=admin@doeringer.eu,reply_to_name=Vaultwarden-Backup' MAIL_TO: 'tobias@doeringer.eu' MAIL_WHEN_SUCCESS: 'TRUE' MAIL_WHEN_FAILURE: 'TRUE'