Update plausible to 1.5
Update Clickhouse at the same time
This commit is contained in:
parent
6fc6366c33
commit
7c168fd28c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue