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`)
|
* HAProxy (based on `httpd:latest`)
|
||||||
* MySQL (based on `mysql:latest`)
|
* MySQL (based on `mysql:latest`)
|
||||||
* Mongo (based on `mongo:latest`)
|
* Mongo (based on `mongo:latest`)
|
||||||
|
* Elasticsearch (based on `elasticsearch:latest`)
|
||||||
* Redis (based on `redis:latest`)
|
* Redis (based on `redis:latest`)
|
||||||
* WordPress (based on `wordpress:latest`)
|
* WordPress (based on `wordpress:latest`)
|
||||||
* Drupal (based on `drupal:latest`)
|
* Drupal (based on `drupal:latest`)
|
||||||
|
|||||||
@@ -56,6 +56,17 @@
|
|||||||
],
|
],
|
||||||
"volumes": ["/data/db"]
|
"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",
|
"title": "Redis",
|
||||||
"description": "open source in-memory data structure store",
|
"description": "open source in-memory data structure store",
|
||||||
|
|||||||
Reference in New Issue
Block a user