Move clickhouse back to old disk

It does a stupid number of writes, and the snapshots are massive! Until i've worked out why it writes so much, move it to a less critical disk
This commit is contained in:
Jake Howard 2020-08-27 14:15:14 +01:00
parent 9a8995f1f8
commit 8a7cc5e57e
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -32,7 +32,7 @@ services:
image: yandex/clickhouse-server:latest
restart: unless-stopped
volumes:
- /mnt/tank/dbs/clickhouse/plausible:/var/lib/clickhouse
- ./clickhouse:/var/lib/clickhouse
- /mnt/tank/dbs/clickhouse/docker_related_config.xml:/etc/clickhouse-server/config.d/docker_related_config.xml:ro
tmpfs:
- /var/log/clickhouse-server