Update Plausible

Also required updating Clickhouse, due to syntax errors in migrations. It's also nice it's alpine now, and newer
This commit is contained in:
Jake Howard 2021-04-15 18:11:44 +01:00
parent 4eec3292a6
commit a25c0751fb
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -2,7 +2,7 @@ version: "2.3"
services:
plausible:
image: plausible/analytics:v1.2
image: plausible/analytics:v1.3
restart: unless-stopped
command: sh -c "/entrypoint.sh db migrate && /entrypoint.sh run"
depends_on:
@ -38,7 +38,7 @@ services:
- GEOLITE2_COUNTRY_DB=/mnt/geoip/GeoLite2-Country.mmdb
clickhouse:
image: yandex/clickhouse-server:20.6
image: yandex/clickhouse-server:21-alpine
restart: unless-stopped
volumes:
- ./clickhouse:/var/lib/clickhouse