2 Commits

Author SHA1 Message Date
142a318716 Upgrade to v2.1.1 and add stop_grace_period 2025-06-29 18:40:47 -05:00
d6f7c9232e Upgrade plausible to v2.1.0 2025-06-29 18:40:25 -05:00

View File

@ -1,8 +1,8 @@
version: "3.3"
services:
plausible_db:
# supported versions are 12, 13, and 14
image: postgres:14-alpine
stop_grace_period: 60s
restart: always
volumes:
- ./data/postgres:/var/lib/postgresql/data
@ -10,7 +10,8 @@ services:
- POSTGRES_PASSWORD=postgres
plausible_events_db:
image: clickhouse/clickhouse-server:23.3.7.5-alpine
image: clickhouse/clickhouse-server:24.3.3.102-alpine
stop_grace_period: 60s
restart: always
volumes:
- ./data/clickhouse:/var/lib/clickhouse
@ -22,7 +23,8 @@ services:
hard: 262144
plausible:
image: plausible/analytics:v2.0
image: ghcr.io/plausible/community-edition:v2.1.1
stop_grace_period: 60s
restart: always
command: sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run"
depends_on: