mirror of
https://github.com/hyperdxio/hyperdx
synced 2026-04-21 13:37:15 +00:00
chore: bump ch base image to v23.8.8 (#165)
This commit is contained in:
parent
8159a01aec
commit
79c2761904
3 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@ version: '3'
|
|||
services:
|
||||
ch_server:
|
||||
container_name: hdx-ci-ch-server
|
||||
image: clickhouse/clickhouse-server:23.7.1-alpine
|
||||
image: clickhouse/clickhouse-server:23.8.8-alpine
|
||||
environment:
|
||||
# default settings
|
||||
CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT: 1
|
||||
|
|
|
|||
|
|
@ -223,7 +223,7 @@ services:
|
|||
depends_on:
|
||||
- api
|
||||
ch-server:
|
||||
image: clickhouse/clickhouse-server:23.7.1-alpine
|
||||
image: clickhouse/clickhouse-server:23.8.8-alpine
|
||||
container_name: hdx-oss-dev-ch-server
|
||||
ports:
|
||||
- 8123:8123 # http api
|
||||
|
|
|
|||
|
|
@ -177,7 +177,7 @@ services:
|
|||
depends_on:
|
||||
- api
|
||||
ch-server:
|
||||
image: clickhouse/clickhouse-server:23.7.1-alpine
|
||||
image: clickhouse/clickhouse-server:23.8.8-alpine
|
||||
container_name: hdx-oss-ch-server
|
||||
ports:
|
||||
- 8123:8123 # http api
|
||||
|
|
|
|||
Loading…
Reference in a new issue