fix(langfuse): pin clickhouse version to avoid error during clickhouse init

The releases published on 27/03/26 causes Clickhouse to incorrectly
initialize. This prevent the DB from restarting after the initial run.

This pin the version to the most recent version that was working
properly.
This commit is contained in:
Gauthier POGAM--LE MONTAGNER 2026-03-28 16:14:05 +01:00
parent 3b2e6e11f1
commit 4213bd5215

View file

@ -119,7 +119,7 @@ services:
retries: 10
clickhouse:
image: clickhouse/clickhouse-server:latest
image: clickhouse/clickhouse-server:26.2.4.23
user: "101:101"
environment:
- CLICKHOUSE_DB=${CLICKHOUSE_DB:-default}