mirror of
https://github.com/bonfire-networks/bonfire-deploy.git
synced 2025-03-14 09:37:55 +00:00
Merge pull request #1 from sphinxc0re/patch-1
Added environment variables for SMTP
This commit is contained in:
commit
cf5039b93f
10
compose.yml
10
compose.yml
@ -22,8 +22,16 @@ services:
|
||||
- UPLOAD_LIMIT
|
||||
- INVITE_KEY
|
||||
- MAIL_DOMAIN
|
||||
- MAIL_KEY
|
||||
- MAIL_FROM
|
||||
|
||||
# for Mailgun
|
||||
- MAIL_KEY
|
||||
|
||||
# for SMTP
|
||||
- MAIL_SERVER
|
||||
- MAIL_USER
|
||||
- MAIL_PASSWORD
|
||||
|
||||
- SENTRY_DSN
|
||||
- WEB_PUSH_SUBJECT
|
||||
- WEB_PUSH_PUBLIC_KEY
|
||||
|
Loading…
Reference in New Issue
Block a user