feat(opik): add ClickHouse configuration files and update Docker Compose for Zookeeper and ClickHouse services
This commit is contained in:
12
apps/opik/clickhouse_config/cluster.xml
Normal file
12
apps/opik/clickhouse_config/cluster.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<clickhouse>
|
||||
<remote_servers>
|
||||
<opik_cluster>
|
||||
<shard>
|
||||
<replica>
|
||||
<host>clickhouse</host>
|
||||
<port>9000</port>
|
||||
</replica>
|
||||
</shard>
|
||||
</opik_cluster>
|
||||
</remote_servers>
|
||||
</clickhouse>
|
||||
7
apps/opik/clickhouse_config/macros.xml
Normal file
7
apps/opik/clickhouse_config/macros.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<clickhouse>
|
||||
<macros>
|
||||
<cluster>opik_cluster</cluster>
|
||||
<shard>01</shard>
|
||||
<replica>01</replica>
|
||||
</macros>
|
||||
</clickhouse>
|
||||
8
apps/opik/clickhouse_config/zookeeper.xml
Normal file
8
apps/opik/clickhouse_config/zookeeper.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<clickhouse>
|
||||
<zookeeper>
|
||||
<node>
|
||||
<host>zookeeper</host>
|
||||
<port>2181</port>
|
||||
</node>
|
||||
</zookeeper>
|
||||
</clickhouse>
|
||||
Reference in New Issue
Block a user