Update plausible to 1.5

Update Clickhouse at the same time
This commit is contained in:
Jake Howard 2022-12-13 08:46:09 +00:00
parent 6fc6366c33
commit 7c168fd28c
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -2,7 +2,7 @@ version: "2.3"
services:
plausible:
image: plausible/analytics:v1.4
image: plausible/analytics:v1.5
restart: unless-stopped
command: sh -c "/entrypoint.sh db migrate && /entrypoint.sh run"
depends_on:
@ -43,7 +43,7 @@ services:
- SMTP_HOST_SSL_ENABLED=true
clickhouse:
image: clickhouse/clickhouse-server:21.12-alpine
image: clickhouse/clickhouse-server:22.6-alpine
restart: unless-stopped
volumes:
- ./clickhouse:/var/lib/clickhouse