mirror of
https://github.com/plausible/hosting.git
synced 2025-06-30 09:07:29 -05:00
Upgrade plausible to v2.1.0
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
version: "3.3"
|
||||
services:
|
||||
plausible_db:
|
||||
# supported versions are 12, 13, and 14
|
||||
@ -10,7 +9,7 @@ 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
|
||||
restart: always
|
||||
volumes:
|
||||
- ./data/clickhouse:/var/lib/clickhouse
|
||||
@ -22,7 +21,7 @@ services:
|
||||
hard: 262144
|
||||
|
||||
plausible:
|
||||
image: plausible/analytics:v2.0
|
||||
image: ghcr.io/plausible/community-edition:v2.1.0
|
||||
restart: always
|
||||
command: sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run"
|
||||
depends_on:
|
Reference in New Issue
Block a user