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>
|
||||
Reference in New Issue
Block a user