From bdbff32256ac67e7f32707691859355c1daef8dc Mon Sep 17 00:00:00 2001 From: Marijn Doeve Date: Sat, 7 Jun 2025 23:34:50 +0200 Subject: [PATCH] Add MAILER_DSN --- .idea/php.xml | 1 + compose.prod.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.idea/php.xml b/.idea/php.xml index 03f8634..d1445bb 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -191,6 +191,7 @@ + diff --git a/compose.prod.yaml b/compose.prod.yaml index 7527989..deb6dec 100644 --- a/compose.prod.yaml +++ b/compose.prod.yaml @@ -8,6 +8,7 @@ services: APP_SECRET: ${APP_SECRET} MERCURE_PUBLISHER_JWT_KEY: ${CADDY_MERCURE_JWT_SECRET} MERCURE_SUBSCRIBER_JWT_KEY: ${CADDY_MERCURE_JWT_SECRET} + MAILER_DSN: ${MAILER_DSN} MAILER_SENDER: ${MAILER_SENDER} SENTRY_DSN: ${SENTRY_DSN} labels: