Skip to content

Commit

Permalink
Update installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Nov 7, 2023
1 parent ea58198 commit 025414b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,22 @@ qryn:
- CLICKHOUSE_DB=qryn
```

To use `qryn` with a [Clickhouse Cluster](https://clickhouse.com/docs/en/architecture/cluster-deployment), include a `CLUSTER_NAME` ENV variable with the name of the [ClickHouse cluster](https://clickhouse.com/docs/en/architecture/cluster-deployment) you want to use.
To use `qryn` with a [Clickhouse Cluster](https://clickhouse.com/docs/en/architecture/cluster-deployment), include a `CLUSTER_NAME` ENV variable<br>
with the name of the [ClickHouse cluster](https://clickhouse.com/docs/en/architecture/cluster-deployment) you want to use.

```
- CLUSTER_NAME="mycluster"
- CLUSTER_NAME="mycluster"
```

Once ready, deploy your **qryn** instance:
<br>

Once all settings are ready, deploy your **qryn** instance:

```
docker compose up -d
```

<br>

!> Refer to the [configuration](env.md) for a list of supported parameters

Expand Down

0 comments on commit 025414b

Please sign in to comment.