feat(opik): add ClickHouse configuration files and update Docker Compose for Zookeeper and ClickHouse services

This commit is contained in:
Sun-ZhenXing
2026-02-27 15:30:34 +08:00
parent 7946434b0c
commit 64c9b251c3
4 changed files with 43 additions and 15 deletions

View 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>