Hi, I'm trying to run SigNoz locally using the off...
# general
a
Hi, I'm trying to run SigNoz locally using the official Docker Compose installation steps https://signoz.io/docs/install/docker/#install-signoz-using-docker-compose however when I try and start it I get an error telling me
no service selected
, am I missing a step? I'm running on latest macOS. Thanks 🙏
s
Can you share more details. It's not clear what error you are referring to
a
@Srikanth Chekuri sure. This is what I see
Copy code
docker compose -f docker/clickhouse-setup/docker-compose.yaml up -d

no service selected
following the instructions in the link above. Thanks!
s
May be try
docker-compose
once?
a
Copy code
docker-compose -f docker/clickhouse-setup/docker-compose.yaml up -d
no service selected
Been a while since I ran something using compose so I'm not adversed to it being something on my setup 😄
s
Can you
cat
the docker/clickhouse-setup/docker-compose.yaml once and share contentns?
a
Sure
Copy code
cat docker-compose.yaml

include:
  - test-app-docker-compose.yaml
  - docker-compose-minimal.yaml
s
can you try
docker-compose -f docker/clickhouse-setup/docker-compose-minimal.yaml up -d
?
a
That seems to be starting all the services 🙂
signoz-clickhouse
is taking a while.. stuck on
waiting
atm
s
Should come up in some time.
can you file an issue with your docker version details here https://github.com/SigNoz/signoz
a
Will do 🫡
p
@Andreas Håkansson You are likely using an older version of compose here. Please include version of Docker and Compose for the issue as well: Output of the following commands:
Copy code
docker version
docker compose version
docker-compose version
a
Yeah, not unlikely. Not planning on touching much on this machine. Swapping over to a new box next week and basing it of Colima. I'll send the report later today 🙏