Add the RabbitMQ template

This commit is contained in:
Anthony Lapenna
2016-09-20 16:49:43 +12:00
parent ea11b7d8fb
commit 1ed5dc95af
2 changed files with 12 additions and 0 deletions

View File

@@ -90,6 +90,17 @@
],
"volumes": ["/data"]
},
{
"title": "RabbitMQ",
"description": "Highly reliable enterprise messaging system",
"logo": "https://hub.docker.com/public/images/official/rabbitmq.png",
"image": "rabbitmq:latest",
"ports": [
"5671/tcp",
"5672/tcp"
],
"volumes": ["/var/lib/rabbitmq"]
},
{
"title": "Jenkins",
"description": "Open-source continuous integration tool",