Loading deploy/docker-compose.elasticsearch-1.prod.yml +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ services: - USER_MANAGEMENT_DELAY=200 - ES_XPACK_SECURITY_ENABLED healthcheck: test: curl --silent localhost:${PORT}/_cluster/health test: curl --silent localhost:${PORT1}/_cluster/health timeout: 10s retries: 3 start_period: 2m Loading deploy/docker-compose.elasticsearch-2.prod.yml +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ version: '3.5' services: elasticsearch-2: healthcheck: test: curl --silent localhost:${PORT}/_cluster/health test: curl --silent localhost:${PORT1}/_cluster/health timeout: 10s retries: 3 start_period: 2m Loading deploy/docker-compose.elasticsearch-3.prod.yml +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ version: '3.5' services: elasticsearch-3: healthcheck: test: curl --silent localhost:${PORT}/_cluster/health test: curl --silent localhost:${PORT1}/_cluster/health timeout: 10s retries: 3 start_period: 2m Loading Loading
deploy/docker-compose.elasticsearch-1.prod.yml +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ services: - USER_MANAGEMENT_DELAY=200 - ES_XPACK_SECURITY_ENABLED healthcheck: test: curl --silent localhost:${PORT}/_cluster/health test: curl --silent localhost:${PORT1}/_cluster/health timeout: 10s retries: 3 start_period: 2m Loading
deploy/docker-compose.elasticsearch-2.prod.yml +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ version: '3.5' services: elasticsearch-2: healthcheck: test: curl --silent localhost:${PORT}/_cluster/health test: curl --silent localhost:${PORT1}/_cluster/health timeout: 10s retries: 3 start_period: 2m Loading
deploy/docker-compose.elasticsearch-3.prod.yml +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ version: '3.5' services: elasticsearch-3: healthcheck: test: curl --silent localhost:${PORT}/_cluster/health test: curl --silent localhost:${PORT1}/_cluster/health timeout: 10s retries: 3 start_period: 2m Loading