Files
lauti/compose.smtp.yml
2025-03-28 12:31:56 +01:00

20 lines
416 B
YAML

---
version: "3.8"
services:
app:
environment:
- LAUTI_MAIL_SMTP_HOST
- LAUTI_MAIL_SMTP_USER
- LAUTI_MAIL_SMTP_PASSWORD_FILE=/run/secrets/smtp_password
- LAUTI_MAIL_ADDRESS
- LAUTI_MAIL_ALLOW_LIST
- LAUTI_MAIL_SMTP_SECURE
secrets:
- smtp_password
secrets:
smtp_password:
name: ${STACK_NAME}_smtp_password_${SECRET_SMTP_PASSWORD_VERSION}
external: true