mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-24 04:21:14 +00:00
647e7939fa
add env
8 lines
202 B
Bash
8 lines
202 B
Bash
SMTP_PORT=587
|
|
SMTP_USER=watchtower@example.com
|
|
SMTP_PASS=mysmtppassword
|
|
SMTP_MAIL_FROM=watchtower@example.com
|
|
SMTP_MAIL_TO=watchtower@example.com
|
|
SMTP_SERVER=smtp.google.com
|
|
API_TOKEN=My-HTTP-API-Token
|