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,8 @@
<clickhouse>
<zookeeper>
<node>
<host>zookeeper</host>
<port>2181</port>
</node>
</zookeeper>
</clickhouse>