serverctl/registry/mailhog.json

14 lines
444 B
JSON
Raw Normal View History

2022-10-13 21:17:53 +00:00
{
"$type": "service",
"name": "mailhog",
"description": "SMTP server that holds e-mail for debugging",
2024-03-02 16:10:30 +00:00
"info": "Mailhog accepts e-mails from any configured app over SMTP for use during development. Received messages can be displayed in the web interface.",
2022-10-13 21:17:53 +00:00
"tags": [ "app", "mail", "smtp" ],
"author": null,
"image": "mailhog/mailhog",
"ports": [
{ "port": 1025, "info": "SMTP" },
{ "port": 8025, "info": "HTTP" }
]
}