Skip to content

Commit 7936422

Browse files
authored
Update docker-compose.md
You are referencing to old incorrect docker-compose files. Better nothing than this.
1 parent aa77754 commit 7936422

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/use-cases/observability/clickstack/deployment/docker-compose.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ The OTel collector configuration can be modified if required - see ["Modifying c
124124

125125
This distribution can be used with ClickHouse Cloud. Users should:
126126

127-
- Remove the ClickHouse service from the [`docker-compose.yaml`](https://github.com/hyperdxio/hyperdx/blob/86465a20270b895320eb21dca13560b65be31e68/docker-compose.yml#L89) file. This is optional if testing, as the deployed ClickHouse instance will simply be ignored - although waste local resources. If removing the service, ensure [any references](https://github.com/hyperdxio/hyperdx/blob/86465a20270b895320eb21dca13560b65be31e68/docker-compose.yml#L65) to the service such as `depends_on` are removed.
127+
- Remove the ClickHouse service from the `docker-compose.yaml` file. This is optional if testing, as the deployed ClickHouse instance will simply be ignored - although waste local resources. If removing the service, ensure any references to the service such as `depends_on` are removed.
128128
- Modify the OTel collector to use a ClickHouse Cloud instance by setting the environment variables `CLICKHOUSE_ENDPOINT`, `CLICKHOUSE_USER` and `CLICKHOUSE_PASSWORD` in the compose file. Specifically, add the environment variables to the OTel collector service:
129129

130130
```shell
@@ -169,7 +169,7 @@ To set these, modify the relevant services in the `docker-compose.yaml`:
169169
HYPERDX_API_PORT: ${HYPERDX_API_PORT}
170170
# truncated for brevity
171171
172-
otel-collector:
172+
otel-collector:
173173
image: ${HDX_IMAGE_REPO}/${OTEL_COLLECTOR_IMAGE_NAME_DOCKERHUB}:${IMAGE_VERSION}
174174
environment:
175175
OTEL_AGENT_FEATURE_GATE_ARG: '--feature-gates=clickhouse.json' # enable JSON

0 commit comments

Comments
 (0)