fix: remove hardcoded SMTP IP and use port 587 with TLS
This commit is contained in:
@@ -5,8 +5,6 @@ services:
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- compose_network
|
||||
extra_hosts:
|
||||
- "smtp.ionos.de:213.165.67.97"
|
||||
volumes:
|
||||
- asciinema_data:/var/opt/asciinema
|
||||
environment:
|
||||
@@ -18,6 +16,8 @@ services:
|
||||
SMTP_USERNAME: ${EMAIL_SMTP_USER}
|
||||
SMTP_PASSWORD: ${EMAIL_SMTP_PASSWORD}
|
||||
SMTP_FROM_ADDRESS: ${EMAIL_FROM}
|
||||
SMTP_PORT: 587
|
||||
SMTP_TLS: always
|
||||
SIGN_UP_DISABLED: ${ASCIINEMA_SIGN_UP_DISABLED:-false}
|
||||
DEFAULT_AVATAR: gravatar
|
||||
labels:
|
||||
|
||||
Reference in New Issue
Block a user