🐛 add missing SMTP_PORT environment variable to compose.yml
Some checks failed
Python formatting PEP8 / Python-PEP8 (push) Waiting to run
ci / docker (push) Has been cancelled

This commit is contained in:
Finn Christiansen 2024-11-01 21:15:56 +01:00
parent 249be53a82
commit 5310beb5fe

View file

@ -15,4 +15,5 @@ services:
- SMTP_HOSTNAME - SMTP_HOSTNAME
- SMTP_USERNAME - SMTP_USERNAME
- SMTP_PASSWORD - SMTP_PASSWORD
- SMTP_PORT
- MAIL_FROM_ADDRESS - MAIL_FROM_ADDRESS