[mod] mealie email
This commit is contained in:
parent
7c0b1aa05c
commit
133929f38c
2 changed files with 8 additions and 0 deletions
|
@ -25,5 +25,6 @@ services:
|
||||||
TZ: Europe/London
|
TZ: Europe/London
|
||||||
BASE_URL: https://mealie.orlop.duckdns.org
|
BASE_URL: https://mealie.orlop.duckdns.org
|
||||||
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
mealie-data:
|
mealie-data:
|
7
mealie/test.env
Normal file
7
mealie/test.env
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
SMTP_HOST:="smtp.gmail.com"
|
||||||
|
SMTP_PORT="465"
|
||||||
|
SMTP_FROM_NAME="recipes"
|
||||||
|
SMTP_FROM_EMAIL="quodatum@gmail.com"
|
||||||
|
SMTP_AUTH_STRATEGY="SSL"
|
||||||
|
SMTP_USER="quodatum@gmail.com"
|
||||||
|
SMTP_PASSWORD="YOUR_APP_PASSCODE"
|
Loading…
Add table
Reference in a new issue