diff --git a/MIGRATION.md b/MIGRATION.md index eaf2e56..4aa8281 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -37,6 +37,16 @@ The new Mail Service, supporting both SMTP and Amazon SES, has been added. If yo - MAIL_URL=http://mail:8097 ... ``` +4. **Web Push Notifications**: Add `WEB_PUSH_URL` to `transactor` container if you want to use web push notifications: + ```yaml + transactor: + ... + environment: + - MAIL_URL=http://mail:8097 + - WEB_PUSH_URL=http://ses:3335 + ... + ``` + ## v0.6.466