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:
parent
3b2e6e11f1
commit
4213bd5215
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue