Added mailhog to service registry

This commit is contained in:
Chris 2022-10-13 23:17:53 +02:00
parent a9066e81c2
commit 1572c120f5
1 changed files with 12 additions and 0 deletions

12
registry/mailhog.json Normal file
View File

@ -0,0 +1,12 @@
{
"$type": "service",
"name": "mailhog",
"description": "SMTP server that holds e-mail for debugging",
"tags": [ "app", "mail", "smtp" ],
"author": null,
"image": "mailhog/mailhog",
"ports": [
{ "port": 1025, "info": "SMTP" },
{ "port": 8025, "info": "HTTP" }
]
}