frtu / log-platform

Full EFK platform for logs and monitoring
Apache License 2.0
3 stars 0 forks source link

[FIX] docker-compose EFK & Jaeger start sequence #1

Open frtu opened 4 years ago

frtu commented 4 years ago

Fix starting docker-compose without sequence error when Elastic search hasn't started :

healthcheck:
  test: ["CMD", "curl", "-f", "localhost:9200/_cluster/health", "||", "exit 1"]