mirror of
https://github.com/plausible/hosting.git
synced 2025-05-12 22:52:57 -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
|
- POSTGRES_PASSWORD=postgres
|
||||||
|
|
||||||
plausible_events_db:
|
plausible_events_db:
|
||||||
image: clickhouse/clickhouse-server:22.6-alpine
|
image: clickhouse/clickhouse-server:22.9-alpine
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- event-data:/var/lib/clickhouse
|
- event-data:/var/lib/clickhouse
|
||||||
|
@ -79,7 +79,7 @@ spec:
|
|||||||
fsGroup: 101
|
fsGroup: 101
|
||||||
containers:
|
containers:
|
||||||
- name: plausible-events-db
|
- name: plausible-events-db
|
||||||
image: yandex/clickhouse-server:latest
|
image: clickhouse/clickhouse-server:22.9-alpine
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8123
|
- containerPort: 8123
|
||||||
|
Loading…
x
Reference in New Issue
Block a user