added SMTP_FROM option
This commit is contained in:
@@ -23,4 +23,5 @@ SMTP_HOST=smtp.example.com
|
|||||||
SMTP_PORT=587
|
SMTP_PORT=587
|
||||||
SMTP_USER=your-smtp-user
|
SMTP_USER=your-smtp-user
|
||||||
SMTP_PASS=your-smtp-password
|
SMTP_PASS=your-smtp-password
|
||||||
|
SMTP_FROM=noreply@example.com
|
||||||
SMTP_SENDER_NAME=MulliganMates
|
SMTP_SENDER_NAME=MulliganMates
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ services:
|
|||||||
SMTP_USER: ${SMTP_USER:-}
|
SMTP_USER: ${SMTP_USER:-}
|
||||||
SMTP_PASS: ${SMTP_PASS:-}
|
SMTP_PASS: ${SMTP_PASS:-}
|
||||||
SMTP_SENDER_NAME: ${SMTP_SENDER_NAME:-MulliganMates}
|
SMTP_SENDER_NAME: ${SMTP_SENDER_NAME:-MulliganMates}
|
||||||
|
SMTP_FROM: ${SMTP_FROM}
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.mulliganmates.rule=Host(`${APP_DOMAIN}`)"
|
- "traefik.http.routers.mulliganmates.rule=Host(`${APP_DOMAIN}`)"
|
||||||
|
|||||||
Reference in New Issue
Block a user