fix: remove healthcheck in vector docker-compose (#4772)

This commit is contained in:
Karan Sharma 2023-08-03 16:26:44 +05:30 committed by GitHub
parent 4c854c3ae2
commit 327f63e408
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,11 +20,6 @@ services:
condition: service_healthy
victoriametrics:
condition: service_healthy
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8686/health"]
interval: 1s
timeout: 1s
retries: 10
# Run `make package-victoria-logs` to build victoria-logs image
victorialogs: