matrix-bot-invitation-mailer/compose.yml
Finn Christiansen a22ca33d01
Some checks failed
Python formatting PEP8 / Python-PEP8 (push) Successful in 17s
ci / docker (push) Failing after 4m26s
👷 get that container updated somehow, replaced secrets and updated compose.yml
2024-07-02 21:34:28 +02:00

18 lines
433 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
- MAIL_FROM_ADDRESS