feat: add custom.exs to skip SMTP TLS certificate verification
This commit is contained in:
@@ -7,6 +7,7 @@ services:
|
||||
- compose_network
|
||||
volumes:
|
||||
- asciinema_data:/var/opt/asciinema
|
||||
- ./custom.exs:/opt/app/etc/custom.exs:ro
|
||||
environment:
|
||||
SECRET_KEY_BASE: ${ASCIINEMA_SECRET_KEY}
|
||||
URL_HOST: ${ASCIINEMA_TRAEFIK_HOST}
|
||||
@@ -19,7 +20,7 @@ services:
|
||||
MAIL_FROM_ADDRESS: ${EMAIL_FROM}
|
||||
# SMTP_PORT: 465
|
||||
SMTP_SSL: false
|
||||
SMTP_TLS: always
|
||||
SMTP_TLS: false
|
||||
SMTP_AUTH: always
|
||||
SMTP_NO_MX_LOOKUPS: false
|
||||
SIGN_UP_DISABLED: ${ASCIINEMA_SIGN_UP_DISABLED:-false}
|
||||
|
||||
Reference in New Issue
Block a user