Bakes init.sql, users.xml (with from_env password), and prometheus.xml into a custom ClickHouse image to eliminate 3 bind-mounted config files. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
10 lines
222 B
XML
10 lines
222 B
XML
<clickhouse>
|
|
<prometheus>
|
|
<endpoint>/metrics</endpoint>
|
|
<port>9363</port>
|
|
<metrics>true</metrics>
|
|
<events>true</events>
|
|
<asynchronous_metrics>true</asynchronous_metrics>
|
|
</prometheus>
|
|
</clickhouse>
|