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