This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
peertube/compose.smtp.yml

22 lines
479 B
YAML

---
version: "3.8"
services:
app:
environment:
- PEERTUBE_SMTP_DISABLE_STARTTLS
- PEERTUBE_SMTP_ENABLED
- PEERTUBE_SMTP_FROM
- PEERTUBE_SMTP_HOSTNAME
- PEERTUBE_SMTP_PASSWORD_FILE=/run/secrets/smtp_password
- PEERTUBE_SMTP_PORT
- PEERTUBE_SMTP_TLS
- PEERTUBE_SMTP_USERNAME
secrets:
- smtp_password
secrets:
smtp_password:
name: ${STACK_NAME}_smtp_password_${SECRET_SMTP_PASSWORD_VERSION}
external: true