Merge pull request #25 from cloud-inovasi/template-elasticsearch
Add the elasticsearch template
This commit is contained in:
@@ -12,6 +12,7 @@ It also describes how to host your own Apps.
|
||||
* HAProxy (based on `httpd:latest`)
|
||||
* MySQL (based on `mysql:latest`)
|
||||
* Mongo (based on `mongo:latest`)
|
||||
* Elasticsearch (based on `elasticsearch:latest`)
|
||||
* Redis (based on `redis:latest`)
|
||||
* WordPress (based on `wordpress:latest`)
|
||||
* Drupal (based on `drupal:latest`)
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user