Skip to content

bekkerstacks/elasticsearch-cluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

elasticsearch-cluster

Elasticsearch Cluster on Docker Swarm

Options

Other Versions:

image: docker.elastic.co/elasticsearch/elasticsearch-oss:${ELASTIC_VERSION:-6.7.0}

Healthchecks:

   healthcheck:
      test: ["CMD-SHELL", "curl --silent --fail localhost:9200/_cluster/health || exit 1"]
      interval: 30s
      timeout: 5s
      retries: 3

About

Elasticsearch Cluster on Docker Swarm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published