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

@@ -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",