Skip to content

Commit

Permalink
update grafana and clickhouse docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
negrel committed Sep 30, 2024
1 parent d7b86d1 commit 96561c2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
PRISME_GRAFANA_PASSWORD: 'admin'

clickhouse:
image: "docker.io/clickhouse/clickhouse-server:24.5.1.1763-alpine"
image: "docker.io/clickhouse/clickhouse-server:24.9.1.3278-alpine"
ports:
- 127.0.0.1:8123:8123 # HTTP interface (useful for debugging)
- 127.0.0.1:9000:9000 # Native interface (used by Prisme instances)
Expand All @@ -43,7 +43,7 @@ services:
- "clickhouse.localhost"

grafana:
image: "docker.io/grafana/grafana-oss:11.2.0"
image: "docker.io/grafana/grafana-oss:11.2.1"
healthcheck:
test: wget --no-verbose --tries=1 --spider http://localhost:3000/api/health || exit 1
timeout: 30s
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.default.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
clickhouse:
image: "docker.io/clickhouse/clickhouse-server:24.5.1.1763-alpine"
image: "docker.io/clickhouse/clickhouse-server:24.9.1.3278-alpine"
ports:
- 8123:8123 # HTTP interface
- 9000:9000 # Native interface
Expand All @@ -20,7 +20,7 @@ services:
- "clickhouse.localhost"

grafana:
image: "docker.io/grafana/grafana-oss:11.2.0"
image: "docker.io/grafana/grafana-oss:11.2.1"
healthcheck:
test: wget --no-verbose --tries=1 --spider http://localhost:3000/api/health || exit 1
timeout: 30s
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.ingestion.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
clickhouse:
image: "docker.io/clickhouse/clickhouse-server:24.5.1.1763-alpine"
image: "docker.io/clickhouse/clickhouse-server:24.9.1.3278-alpine"
ports:
- 8123:8123 # HTTP interface
- 9000:9000 # Native interface
Expand Down
2 changes: 1 addition & 1 deletion tests/bun/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
clickhouse:
image: "docker.io/clickhouse/clickhouse-server:24.5.1.1763-alpine"
image: "docker.io/clickhouse/clickhouse-server:24.9.1.3278-alpine"
ulimits:
nofile: 262144
# ports:
Expand Down
2 changes: 1 addition & 1 deletion tests/perf/docker-compose.env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- prisme.localhost

clickhouse:
image: "docker.io/clickhouse/clickhouse-server:24.5.1.1763-alpine"
image: "docker.io/clickhouse/clickhouse-server:24.9.1.3278-alpine"
ulimits:
nofile: 262144
# ports:
Expand Down

0 comments on commit 96561c2

Please sign in to comment.