2 Commits
Author SHA1 Message Date
Cenk Kücük 20bbf0c247 Update database images to latest versions
align with cloud
2026-01-05 16:51:57 +00:00
Artur Pata 5cb5234fd7 Release v3.1.0 2025-11-13 06:13:04 +02:00
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
1. Clone this repository: 1. Clone this repository:
```console ```console
$ git clone -b v3.0.1 --single-branch https://github.com/plausible/community-edition plausible-ce $ git clone -b v3.1.0 --single-branch https://github.com/plausible/community-edition plausible-ce
Cloning into 'plausible-ce'... Cloning into 'plausible-ce'...
remote: Enumerating objects: 13, done. remote: Enumerating objects: 13, done.
remote: Counting objects: 100% (10/10), done. remote: Counting objects: 100% (10/10), done.
+3 -3
View File
@@ -1,6 +1,6 @@
services: services:
plausible_db: plausible_db:
image: postgres:16-alpine image: postgres:18-alpine
restart: always restart: always
volumes: volumes:
- db-data:/var/lib/postgresql/data - db-data:/var/lib/postgresql/data
@@ -11,7 +11,7 @@ services:
start_period: 1m start_period: 1m
plausible_events_db: plausible_events_db:
image: clickhouse/clickhouse-server:24.12-alpine image: clickhouse/clickhouse-server:25.11-alpine
restart: always restart: always
volumes: volumes:
- event-data:/var/lib/clickhouse - event-data:/var/lib/clickhouse
@@ -34,7 +34,7 @@ services:
start_period: 1m start_period: 1m
plausible: plausible:
image: ghcr.io/plausible/community-edition:v3.0.1 image: ghcr.io/plausible/community-edition:v3.1.0
restart: always restart: always
command: sh -c "/entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run" command: sh -c "/entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run"
depends_on: depends_on: