signoz/deploy/docker/clickhouse-setup/docker-compose.yaml
Sergei Zobov 76e7de3aed
docker setup: docker compose without testing app (#5839)
I preserved the existing interfaces, so:
`docker compose -f docker/clickhouse-setup/docker-compose.yaml up -d`,  would run the same set of services (with the testing app).

The interface that was added is:
`docker compose -f docker/clickhouse-setup/docker-compose-minimal.yaml up -d`, which won't run testing app.
2024-10-07 18:24:50 +05:30

4 lines
74 B
YAML

include:
- test-app-docker-compose.yaml
- docker-compose-minimal.yaml