Loading docker-compose.tmpl.yml +6 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,12 @@ services: - ELASTIC_USER - ELASTIC_USER_PASS - ELASTIC_USER_ROLE healthcheck: test: curl -sSf -u "${ELASTIC_USER}:${ELASTIC_USER_PASS}" http://localhost:${PORT1}/_cluster/health > /dev/null interval: 30s timeout: 10s retries: 3 start_period: 2m networks: elastic-net: Loading Loading
docker-compose.tmpl.yml +6 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,12 @@ services: - ELASTIC_USER - ELASTIC_USER_PASS - ELASTIC_USER_ROLE healthcheck: test: curl -sSf -u "${ELASTIC_USER}:${ELASTIC_USER_PASS}" http://localhost:${PORT1}/_cluster/health > /dev/null interval: 30s timeout: 10s retries: 3 start_period: 2m networks: elastic-net: Loading