Update database images to latest versions

align with cloud
This commit is contained in:
Cenk Kücük
2026-01-05 16:51:57 +00:00
committed by GitHub
parent 5cb5234fd7
commit 20bbf0c247
+2 -2
View File
@@ -1,6 +1,6 @@
services:
plausible_db:
image: postgres:16-alpine
image: postgres:18-alpine
restart: always
volumes:
- db-data:/var/lib/postgresql/data
@@ -11,7 +11,7 @@ services:
start_period: 1m
plausible_events_db:
image: clickhouse/clickhouse-server:24.12-alpine
image: clickhouse/clickhouse-server:25.11-alpine
restart: always
volumes:
- event-data:/var/lib/clickhouse