release v1.5.0

This commit is contained in:
ruslandoga 2022-09-12 17:55:32 +04:00
parent f768205710
commit a09e5c24ae
1 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ services:
restart: always
plausible_db:
image: postgres:12
image: postgres:14-alpine
restart: always
volumes:
- db-data:/var/lib/postgresql/data
@ -13,7 +13,7 @@ services:
- POSTGRES_PASSWORD=postgres
plausible_events_db:
image: yandex/clickhouse-server:21.3.2.5
image: clickhouse/clickhouse-server:22.4.2.1
restart: always
volumes:
- event-data:/var/lib/clickhouse
@ -25,7 +25,7 @@ services:
hard: 262144
plausible:
image: plausible/analytics:latest
image: plausible/analytics:v1.5.0
restart: always
command: sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh db init-admin && /entrypoint.sh run"
depends_on: