Add the RabbitMQ template
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user