20 lines
385 B
YAML
20 lines
385 B
YAML
|
---
|
||
|
version: "3.8"
|
||
|
|
||
|
services:
|
||
|
app:
|
||
|
environment:
|
||
|
- PEERTUBE_SMTP_DISABLE_STARTTLS
|
||
|
- PEERTUBE_SMTP_ENABLED
|
||
|
- PEERTUBE_SMTP_FROM
|
||
|
- PEERTUBE_SMTP_HOSTNAME
|
||
|
- PEERTUBE_SMTP_PORT
|
||
|
- PEERTUBE_SMTP_TLS
|
||
|
secrets:
|
||
|
- smtp_password
|
||
|
|
||
|
secrets:
|
||
|
smtp_password:
|
||
|
name: ${STACK_NAME}_smtp_password_${SECRET_SMTP_PASSWORD_VERSION}
|
||
|
external: true
|