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
COMER
07:18 AMI 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
Thomas
03:43 PMI 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
COMER
03:58 PMThanks your we've fixied it.
1
SigNoz Community
Built with ClickHouse as datastore, SigNoz is an open-source APM to help you find issues in your deployed applications & solve them quickly | Knowledge Base powered by Struct.AI
Indexed 1023 threads (61% resolved)
Similar Threads
SigNoz Docker Setup Error: Otel-Migrator Container Fails
Diego encounters a persistent error while setting up SigNoz on Docker with WSL concerning file modification times in the otel-migrator container. Srikanth suggests a potential permissions issue.
3
1mo
SigNoz Deployment Issue in Docker Swarm with NFS Share
sati encounters issues with setting up SigNoz in docker-swarm with an NFS share resulting in otel-collector crash and inaccessible GUI. Nick experienced a similar problem and shared a workaround.
2
9mo
Troubleshooting SigNoz Docker Setup Issue
Nishant had trouble running the Signoz docker setup after cleaning old version images. Srikanth suggested running migration for upgrading. After following the advice, Nishant successfully ran the setup.
4
5mo