mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 15:35:24 +02:00
This commit introduces a new blueprint for the Stalwart Mail Server, including configuration templates, Docker Compose setup, and metadata updates. The blueprint enables self-hosted email solutions with support for JMAP, IMAP4, POP3, and SMTP protocols.
8 lines
133 B
TOML
8 lines
133 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
|
|
[config]
|
|
[[config.domains]]
|
|
serviceName = "stalwart-mail"
|
|
port = 8_080
|
|
host = "${main_domain}" |