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: