matrix-bot-invitation-mailer/compose.yml
Finn Christiansen 5310beb5fe
Some checks failed
Python formatting PEP8 / Python-PEP8 (push) Waiting to run
ci / docker (push) Has been cancelled
🐛 add missing SMTP_PORT environment variable to compose.yml
2024-11-01 21:15:56 +01:00

19 lines
451 B
YAML

---
services:
matrix-bot-invitation-mailer:
build:
context: .
image: code.f2n.me/finn/matrix-bot-invitation-mailer:latest
restart: unless-stopped
environment:
- BOT_HOMESERVER
- BOT_USERNAME
- BOT_PASSWORD
- REGISTRATION_API_URL
- REGISTRATION_API_SHARED_SECRET
- REGISTRATION_URL
- SMTP_HOSTNAME
- SMTP_USERNAME
- SMTP_PASSWORD
- SMTP_PORT
- MAIL_FROM_ADDRESS