matrix-bot-invitation-mailer/compose.yml

19 lines
433 B
YAML
Raw Normal View History

2024-06-26 19:52:11 +02:00
---
services:
matrix-bot-invitation-mailer:
build:
context: .
image: code.f2n.me/finn/matrix-bot-invitation-mailer:latest
restart: unless-stopped
2024-06-26 19:52:11 +02:00
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