mirror of
https://github.com/plausible/hosting.git
synced 2025-05-12 14:42:58 -05:00
update clickhouse to 22.9 for better arm64 support
This commit is contained in:
parent
3177d22992
commit
bd21720987
@ -13,7 +13,7 @@ services:
|
||||
- POSTGRES_PASSWORD=postgres
|
||||
|
||||
plausible_events_db:
|
||||
image: clickhouse/clickhouse-server:22.6-alpine
|
||||
image: clickhouse/clickhouse-server:22.9-alpine
|
||||
restart: always
|
||||
volumes:
|
||||
- event-data:/var/lib/clickhouse
|
||||
|
@ -79,7 +79,7 @@ spec:
|
||||
fsGroup: 101
|
||||
containers:
|
||||
- name: plausible-events-db
|
||||
image: yandex/clickhouse-server:latest
|
||||
image: clickhouse/clickhouse-server:22.9-alpine
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 8123
|
||||
|
Loading…
x
Reference in New Issue
Block a user