fix(service): pin clickhouse version on Langfuse service to avoid error during clickhouse init (#9236)

This commit is contained in:
Andras Bacsai 2026-03-30 11:48:49 +02:00 committed by GitHub
commit 915d2a05af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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}