Removing creds from docker compose
This commit is contained in:
parent
40560f17a5
commit
f9ea771d46
|
|
@ -11,8 +11,7 @@ services:
|
|||
# Gmail SMTP relay settings
|
||||
- RELAYHOST=smtp-relay.gmail.com
|
||||
- RELAYHOST_PORT=587
|
||||
- SMTP_USERNAME=${SMTP_USERNAME}
|
||||
- SMTP_PASSWORD=${SMTP_PASSWORD}
|
||||
# SMTP_USERNAME and SMTP_PASSWORD are loaded from .env.prod via env_file
|
||||
- SMTP_TLS_SECURITY_LEVEL=encrypt
|
||||
- SMTP_USE_TLS=yes
|
||||
- SMTP_USE_STARTTLS=yes
|
||||
|
|
|
|||
Loading…
Reference in a new issue