Add the elasticsearch template

This commit is contained in:
Anthony Lapenna
2016-09-15 10:01:19 +12:00
parent ab26a83b3c
commit dce189c42b
2 changed files with 12 additions and 0 deletions

View File

@@ -56,6 +56,17 @@
],
"volumes": ["/data/db"]
},
{
"title": "Elasticsearch",
"description": "Open-source search and analytics engine",
"logo": "https://hub.docker.com/public/images/official/elasticsearch.png",
"image": "elasticsearch:latest",
"ports": [
"9200/tcp",
"9300/tcp"
],
"volumes": ["/usr/share/elasticsearch/data"]
},
{
"title": "Redis",
"description": "open source in-memory data structure store",