matrix-bot-invitation-mailer/compose.yml
Finn Christiansen 99c2c62831
Some checks failed
ci / docker (push) Failing after 37s
Python formatting PEP8 / Python-PEP8 (push) Failing after 17s
🎉 First commit!
2024-06-26 19:52:11 +02:00

17 lines
405 B
YAML

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