#general

Resolving Docker Compose Error on Signoz

TLDR COMER and Thomas faced a docker-compose error with Signoz. The issue was resolved with COMER's fix.

Powered by Struct AI

1

Nov 10, 2023 (3 weeks ago)
COMER
Photo of md5-3c899c47ac679ebb470a6574cbc1c923
COMER
07:18 AM
I have BIG error, please support me Pranay
# docker-compose -f docker/clickhouse-setup/docker-compose.yaml stop
ERROR: The Compose file './docker/clickhouse-setup/docker-compose.yaml' is invalid because:
services.otel-collector.depends_on.otel-collector-migrator.condition contains "service_completed_successfully", which is an invalid type, it should be a service_started, or a service_healthy
services.otel-collector-metrics.depends_on.otel-collector-migrator.condition contains "service_completed_successfully", which is an invalid type, it should be a service_started, or a service_healthy
services.query-service.depends_on.otel-collector-migrator.condition contains "service_completed_successfully", which is an invalid type, it should be a service_started, or a service_healthy
Nov 11, 2023 (3 weeks ago)
Thomas
Photo of md5-b48f3a777aeaa32d69642c9e43a316ee
Thomas
03:43 PM
I have a similar problem. I just cloned Signoz as per https://signoz.io/docs/install/docker/#install-signoz-using-the-install-script and running ./install.sh gives me that error.
Nov 12, 2023 (3 weeks ago)
COMER
Photo of md5-3c899c47ac679ebb470a6574cbc1c923
COMER
03:58 PM
Thanks your we've fixied it.

1