UBERF-9665: Add WEB_PUSH_URL to migration (#138)

Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
Artyom Savchenko
2025-03-21 15:07:29 +07:00
committed by GitHub
parent 265d34a583
commit cc9aedb4e7
+10
View File
@@ -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