add vaultwarden
This commit is contained in:
parent
8285f63a6a
commit
852bdd2912
4 changed files with 24 additions and 0 deletions
|
|
@ -120,6 +120,18 @@ kimai:
|
|||
env:
|
||||
MAILER_URL: "smtp://{{smtp_user}}%40{{smtp_domain}}:{{smtp_password}}@{{smtp_host}}:587"
|
||||
MAILER_FROM: "Kimai Notifications <{{smtp_user}}@{{smtp_domain}}>"
|
||||
vaultwarden:
|
||||
env:
|
||||
SMTP_FROM: "{{smtp_user}}@{{smtp_domain}}"
|
||||
SMTP_USERNAME: "{{smtp_user}}@{{smtp_domain}}"
|
||||
SMTP_HOST: "{{smtp_host}}"
|
||||
SMTP_PORT: 587
|
||||
SMTP_SECURITY: starttls
|
||||
uncomment:
|
||||
- compose.smtp.yml
|
||||
- SECRET_SMTP_PASSWORD_VERSION
|
||||
secrets:
|
||||
smtp_password: "{{smtp_password}}"
|
||||
zammad:
|
||||
env:
|
||||
SMTP_HOST: "{{smtp_host}}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue