Update Plausible to v3
All checks were successful
/ terraform (push) Successful in 45s
/ ansible (push) Successful in 2m4s

This commit is contained in:
Jake Howard 2025-05-20 13:37:21 +01:00
parent 765eedbfad
commit c9c595fedd
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -1,6 +1,6 @@
services:
plausible:
image: ghcr.io/plausible/community-edition:v2.1
image: ghcr.io/plausible/community-edition:v3.0
restart: unless-stopped
command: sh -c "/entrypoint.sh db migrate && /entrypoint.sh run"
depends_on:
@ -29,8 +29,10 @@ services:
- SMTP_HOST_SSL_ENABLED=true
clickhouse:
image: clickhouse/clickhouse-server:24.3.3.102-alpine
image: clickhouse/clickhouse-server:24.12-alpine
restart: unless-stopped
environment:
- CLICKHOUSE_SKIP_USER_SETUP=1
volumes:
- ./clickhouse:/var/lib/clickhouse
- ./docker_related_config.xml:/etc/clickhouse-server/config.d/docker_related_config.xml:ro