This message was deleted.
# support
s
This message was deleted.
p
@T K Welcome to the community. https://github.com/SigNoz/signoz/blob/develop/deploy/docker/clickhouse-setup/docker-compose.yaml This is the file which is used to install via docker compose It also has the docker images version. Is your question that you want to run SigNoz without using docker?
t
yes, exactly. I have to prepare ansible scripts to install everything manually without docker
p
ah, got it. I don't think it is supported today - There's an existing issue on this https://github.com/SigNoz/signoz/issues/392 Please add your use case on the issues so that we can understand how much community demand is there for this
t
thank you, will do. So now there is no way to do it manually?
I mean I can prepare everything by myself but digging how docker images are created would be a lot of work and though maybe there is some simple list of commands to install everything from binary?
j
SigNoz uses docker-compose so there are several docker containers running. The docker-compose.yaml file lists all of the containers and their source images.
Unfortunately, they may have slightly different expectations for dependent libraries. That might prevent their successful extraction and installation into a native environment.