nextcloud/compose.smtp.yaml

19 lines
349 B
YAML
Raw Normal View History

services:
app:
secrets:
- smtp_password
environment:
- SMTP_AUTHTYPE
- SMTP_HOST
- SMTP_SECURE
- SMTP_NAME
- SMTP_PORT
- SMTP_PASSWORD_FILE=/run/secrets/smtp_password
- MAIL_FROM_ADDRESS
- MAIL_DOMAIN
secrets:
smtp_password:
external: true
2023-08-31 07:07:22 +00:00
name: ${STACK_NAME}_smtp_password