How do I go about installing SigNoz without starti...
# support
w
How do I go about installing SigNoz without starting the sample HotRod app? The
install.sh
script seems to only have an option for using the
./docker/clickhouse-setup/docker-compose.yaml
which includes the sample app... how do I get it to use the minimal file?
b
If you already have docker compose installed, you can follow the steps here: https://signoz.io/docs/install/docker/#install-signoz-using-docker-compose In step 2, replace
docker-compose.yaml
with
docker-compose-minimal.yaml
to install it without the HotRod app.