blacktop / docker-elastic-stack

ELK Stack Dockerfile
MIT License
190 stars 75 forks source link

use this stack on docker swarm #12

Open chengoldbond1 opened 7 years ago

chengoldbond1 commented 7 years ago

can u explain how to work with Docker swarm and this repo? thanks

ish1301 commented 4 years ago

I am trying to deploy with docker swarm and failing with error Kibana server is not ready yet

My compose yaml file is below

version: '3.2' services: tia-elastic-stack: image: blacktop/elastic-stack:latest ports:

  • 8999:80 deploy: replicas: 1