kimai smtp config
This commit is contained in:
parent
69e642a1f4
commit
55d9dbbc9a
1 changed files with 4 additions and 0 deletions
|
@ -116,3 +116,7 @@ gitea:
|
|||
- SECRET_SMTP_PASSWORD_VERSION
|
||||
secrets:
|
||||
smtp_password: "{{smtp_password}}"
|
||||
kimai:
|
||||
env:
|
||||
MAILER_URL: "smtp://{{smtp_user}}%40{{smtp_domain}}:{{smtp_password}}@{{smtp_host}}:587"
|
||||
MAILER_FROM: "Kimai Notifications <{{smtp_user}}@{{smtp_domain}}>"
|
||||
|
|
Loading…
Reference in a new issue