matrix-synapse/compose.smtp.yml

24 lines
398 B
YAML
Raw Permalink Normal View History

2021-12-13 16:21:07 +00:00
---
version: "3.8"
services:
2024-04-12 15:30:05 +00:00
app:
2021-12-13 16:21:07 +00:00
secrets:
- db_password
- form_secret
2023-10-19 13:33:29 +00:00
- macaroon
- registration
2021-12-13 16:21:07 +00:00
- smtp_password
environment:
- SMTP_APP_NAME
- SMTP_ENABLED
- SMTP_FROM
- SMTP_HOST
- SMTP_PORT
- SMTP_USER
secrets:
smtp_password:
external: true
name: ${STACK_NAME}_smtp_password_${SECRET_SMTP_PASSWORD_VERSION}