Local docker containers demo config

This commit is contained in:
Lalit Arvind
2024-11-09 09:43:15 -07:00
commit 2265c3023f
13 changed files with 422 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<clickhouse>
<zookeeper>
<!-- where are the ZK nodes -->
<node>
<host>clickhouse-keeper1</host>
<port>9181</port>
</node>
<node>
<host>clickhouse-keeper2</host>
<port>9181</port>
</node>
<node>
<host>clickhouse-keeper3</host>
<port>9181</port>
</node>
</zookeeper>
</clickhouse>