Added mailhog to service registry
This commit is contained in:
		
							
								
								
									
										12
									
								
								registry/mailhog.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								registry/mailhog.json
									
									
									
									
									
										Normal 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" }
 | 
			
		||||
  ]
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user