Add the RabbitMQ template
This commit is contained in:
@@ -99,6 +99,7 @@ $ docker run -d -p "8080:80" -v "${PWD}/templates.json:/usr/share/nginx/html/tem
|
||||
* Mongo (based on `mongo:latest`)
|
||||
* Elasticsearch (based on `elasticsearch:latest`)
|
||||
* Redis (based on `redis:latest`)
|
||||
* RabbitMQ (based on `rabbitmq:latest`)
|
||||
* Jenkins (based on `jenkins:latest`)
|
||||
* WordPress (based on `wordpress:latest`)
|
||||
* Joomla (based on `joomla:latest`)
|
||||
|
||||
@@ -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