Add the Solr template

This commit is contained in:
Anthony Lapenna
2016-09-20 17:01:16 +12:00
parent cfd2e5cd6e
commit f269145eaa
2 changed files with 10 additions and 0 deletions

View File

@@ -99,6 +99,7 @@ $ docker run -d -p "8080:80" -v "${PWD}/templates.json:/usr/share/nginx/html/tem
* PostgreSQL (based on `postgres:latest`)
* Mongo (based on `mongo:latest`)
* Elasticsearch (based on `elasticsearch:latest`)
* Solr (based on `solr:latest`)
* Redis (based on `redis:latest`)
* RabbitMQ (based on `rabbitmq:latest`)
* Jenkins (based on `jenkins:latest`)

View File

@@ -96,6 +96,15 @@
],
"volumes": ["/usr/share/elasticsearch/data"]
},
{
"title": "Solr",
"description": "Open-source enterprise search platform",
"logo": "https://hub.docker.com/public/images/official/solr.png",
"image": "solr:latest",
"ports": [
"8983/tcp"
]
},
{
"title": "Redis",
"description": "Open-source in-memory data structure store",