Add clickhouse configuration to disable logging tables.

These tables aren't appropriate for small-scale installations, especially for single home use.

See https://theorangeone.net/posts/calming-down-clickhouse/ and https://github.com/plausible/analytics/issues/301
This commit is contained in:
Jake Howard
2020-11-14 14:20:13 +00:00
parent 5b9e8c9e8d
commit 1c2004fce7
3 changed files with 24 additions and 0 deletions

View File

@ -15,6 +15,8 @@ services:
image: yandex/clickhouse-server:latest
volumes:
- event-data:/var/lib/clickhouse
- ./clickhouse/clickhouse-config.xml:/etc/clickhouse-server/config.d/docker_related_config.xml:ro
- ./clickhouse/clickhouse-user-config.xml:/etc/clickhouse-server/users.d/docker_related_user_config.xml:ro
ulimits:
nofile:
soft: 262144