mirror of
https://github.com/plausible/hosting.git
synced 2024-12-22 12:03:18 -06:00
Pin Clickhouse version down
This commit is contained in:
parent
0e92240174
commit
6be56570a1
@ -12,7 +12,7 @@ services:
|
|||||||
- POSTGRES_PASSWORD=postgres
|
- POSTGRES_PASSWORD=postgres
|
||||||
|
|
||||||
plausible_events_db:
|
plausible_events_db:
|
||||||
image: yandex/clickhouse-server:latest
|
image: yandex/clickhouse-server:20.3.8.53
|
||||||
volumes:
|
volumes:
|
||||||
- event-data:/var/lib/clickhouse
|
- event-data:/var/lib/clickhouse
|
||||||
- ./clickhouse/clickhouse-config.xml:/etc/clickhouse-server/config.d/logging.xml:ro
|
- ./clickhouse/clickhouse-config.xml:/etc/clickhouse-server/config.d/logging.xml:ro
|
||||||
|
Loading…
Reference in New Issue
Block a user