mirror of
https://github.com/hcengineering/huly-selfhost.git
synced 2026-08-29 03:09:50 +02:00
UBERF-9665: Add WEB_PUSH_URL to migration (#138)
Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user