chore: bump clickhouse to 23.4.6.25-alpine (23.4 LTS patch)
cc-ci/testme cc-ci: success

This commit is contained in:
autonomic-bot
2026-08-15 21:14:00 +00:00
parent 9e7316499c
commit 5c71affee1
4 changed files with 9 additions and 34 deletions
+2 -9
View File
@@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: ghcr.io/plausible/community-edition:v3.2.1
image: plausible/analytics:v2.0.0
command: sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run"
depends_on:
- db
@@ -67,17 +67,10 @@ services:
backupbot.restore.post-hook: "/pg_backup.sh restore"
plausible_events_db:
image: clickhouse/clickhouse-server:24.12-alpine
image: clickhouse/clickhouse-server:23.4.6.25-alpine
volumes:
- event-data:/var/lib/clickhouse
entrypoint: /custom-entrypoint.sh
environment:
- CLICKHOUSE_SKIP_USER_SETUP=1
healthcheck:
test: ["CMD-SHELL", "clickhouse-client --query='SELECT 1'"]
interval: 5s
timeout: 5s
retries: 60
configs:
- source: clickhouse-config
target: /etc/clickhouse-server/config.d/logging.xml