feat(signoz): upgrade clickhouse image to 25.5.6

This commit is contained in:
Gauthier POGAM--LE MONTAGNER 2025-09-09 16:30:54 +02:00
parent 81d2ec5550
commit b3b60c7e5c

View file

@ -6,7 +6,7 @@
services: services:
init-clickhouse: init-clickhouse:
image: clickhouse/clickhouse-server:24.1.2-alpine image: clickhouse/clickhouse-server:25.5.6-alpine
command: command:
- bash - bash
- -c - -c
@ -50,7 +50,7 @@ services:
clickhouse: clickhouse:
# addding non LTS version due to this fix https://github.com/ClickHouse/ClickHouse/commit/32caf8716352f45c1b617274c7508c86b7d1afab # addding non LTS version due to this fix https://github.com/ClickHouse/ClickHouse/commit/32caf8716352f45c1b617274c7508c86b7d1afab
image: clickhouse/clickhouse-server:24.1.2-alpine image: clickhouse/clickhouse-server:25.5.6-alpine
tty: true tty: true
depends_on: depends_on:
init-clickhouse: init-clickhouse:
@ -76,6 +76,8 @@ services:
options: options:
max-size: 50m max-size: 50m
max-file: "3" max-file: "3"
environment:
- "CLICKHOUSE_SKIP_USER_SETUP=1"
volumes: volumes:
- type: volume - type: volume
source: clickhouse source: clickhouse