fix: specify TLS versions for SMTP connection

This commit is contained in:
2025-11-09 07:49:10 +01:00
parent ce3a3514a7
commit 6124229f85

View File

@@ -18,6 +18,7 @@ services:
SMTP_FROM_ADDRESS: ${EMAIL_FROM}
SMTP_PORT: 587
SMTP_TLS: always
SMTP_ALLOWED_TLS_VERSIONS: tlsv1.2,tlsv1.3
SIGN_UP_DISABLED: ${ASCIINEMA_SIGN_UP_DISABLED:-false}
DEFAULT_AVATAR: gravatar
labels: