Logo
Explore Help
Register Sign In
valknar/docker-compose
1
0
Fork 0
You've already forked docker-compose
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
51267cc674c255e2530d0db65054076b6b66dbea
docker-compose/net/mailpit-relay.yaml

12 lines
273 B
YAML
Raw Normal View History

feat: add Mailpit SMTP relay and migrate all services - Add Mailpit service to NET stack with web UI at mailpit.pivoine.art - Configure Mailpit to relay all emails through IONOS SMTP - Migrate all 11+ services to use Mailpit instead of direct IONOS SMTP: * SEXY: Directus API * UTIL: Joplin, Mattermost, Vaultwarden, Tandoor, Linkwarden * DEV: Gitea, n8n, Asciinema * AI: Open WebUI * NET: Netdata (via msmtp) - Centralize SMTP credentials in mailpit-relay.yaml - Simplify service configs (no auth/TLS for internal SMTP) - Enable email monitoring via Mailpit web UI with Basic Auth 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-15 18:34:38 +01:00
# Mailpit SMTP Relay Configuration
# Relays all outbound emails through IONOS SMTP
# Default relay for all emails
relay:
host: ${EMAIL_SMTP_HOST}
port: ${EMAIL_SMTP_PORT}
username: ${EMAIL_SMTP_USER}
password: ${EMAIL_SMTP_PASSWORD}
starttls: true
auth: plain
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 22ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API