Commit Graph

6 Commits

Author SHA1 Message Date
Vincent Bernat
378c1f5e0a docker: add logs for ClickHouse 2025-08-31 10:14:16 +02:00
Vincent Bernat
3e68a41f57 docker: for dev, separate standalone ClickHouse setup from cluster
This way, there is no need to start a whole cluster just to work on a
single ClickHouse. Also add some hints in CONTRIBUTING.md.
2025-08-08 08:55:29 +02:00
Vincent Bernat
d701292edb docker: change default log level for ClickHouse
On small setup, the default trace level is too big. See https://clickhouse.com/docs/knowledgebase/why_default_logging_verbose
2025-08-03 11:54:46 +02:00
Vincent Bernat
0a2ea1b1a1 docker: remove zookeeper for ClickHouse cluster as well
Use ClickHouse Keeper instead. One less Bitnami image.
2025-07-27 21:44:28 +02:00
Vincent Bernat
85226d0326 docker: create a database "test" for ClickHouse
Keep using the default one for the migration tests, but for the small
tests, use the "test" one.
2025-07-27 21:44:28 +02:00
Vincent Bernat
c70f3b74bf orchestrator/clickhouse: remove init.sh endpoint
Instead, just map configuration files inside the container. As we don't
have to push the schema anymore, pushing some arbitrary configuration
does not seem to be our job.
2025-07-27 21:44:28 +02:00