Update plausible.yaml to plausible v2.1.0

This commit is contained in:
Saeed Esmaili 2024-07-10 11:43:35 +02:00 committed by GitHub
parent 82057e1f50
commit 2981aa876c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@
services:
plausible:
image: plausible/analytics:v2.0
image: image: ghcr.io/plausible/community-edition:v2.1.0
command: sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run"
environment:
- DATABASE_URL=postgres://postgres:$SERVICE_PASSWORD_POSTGRES@plausible_db/plausible
@ -30,7 +30,7 @@ services:
- POSTGRES_PASSWORD=$SERVICE_PASSWORD_POSTGRES
plausible_events_db:
image: clickhouse/clickhouse-server:23.3.7.5-alpine
image: clickhouse/clickhouse-server:24.3.3.102-alpine
volumes:
- type: volume
source: event-data