update mila defaults

This commit is contained in:
Simon 2026-03-16 17:10:28 +01:00
parent 0fb5f88ea7
commit a372641967
Signed by: simon
GPG key ID: 40E7A58C4AA1EDB2
2 changed files with 14 additions and 1 deletions

View file

@ -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"

View file

@ -43,4 +43,4 @@ drone:
drone-docker-runner:
version: 1.1.3+1.8.4
mila:
version: 1.0.0+1.0.0
version: 1.1.1+1.1.0