update mila defaults
This commit is contained in:
parent
0fb5f88ea7
commit
a372641967
2 changed files with 14 additions and 1 deletions
|
|
@ -68,6 +68,19 @@ matrix-synapse:
|
|||
- SECRET_SMTP_PASSWORD_VERSION
|
||||
secrets:
|
||||
smtp_password: "{{smtp_password}}"
|
||||
mila:
|
||||
env:
|
||||
SMTP_HOST: "{{smtp_host}}"
|
||||
SMTP_PORT: "587"
|
||||
SMTP_USERNAME: "{{smtp_user}}@{{smtp_domain}}"
|
||||
SMTP_SSL: "tls"
|
||||
MAIL_FROM_NAME: "Mila"
|
||||
MAIL_FROM_EMAIL: "{{smtp_user}}@{{smtp_domain}}"
|
||||
uncomment:
|
||||
- compose.smtp.yml
|
||||
- SECRET_SMTP_PASSWORD_VERSION
|
||||
secrets:
|
||||
smtp_password: "{{smtp_password}}"
|
||||
wekan:
|
||||
env:
|
||||
MAIL_URL: "smtp://{{smtp_user}}%40{{smtp_domain}}:{{smtp_password_urlencoded}}@{{smtp_host}}:587"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue