mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 13:24:11 -05:00
[PR #643] Update Plausible template to v3.1.0 with enhanced ClickHouse configuration #13181
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Dokploy/templates/pull/643
Author: @Eetezadi
Created: 1/6/2026
Status: 🔄 Open
Base:
canary← Head:plausible-update📝 Commits (4)
8da6830Update Plausible template to v3.1.0 with enhanced ClickHouse configurationd3caf6bfix: env file & port8439269attemt: file locations0a7d75afix: address PR review feedback for Plausible template📊 Changes
3 files changed (+38 additions, -14 deletions)
View changed files
📝
blueprints/plausible/docker-compose.yml(+8 -5)📝
blueprints/plausible/template.toml(+29 -8)📝
meta.json(+1 -1)📄 Description
Summary
Changes
Greptile Summary
Updated Plausible Analytics from v2.1.5 to v3.1.0-community with enhanced ClickHouse configuration. The template modernizes ClickHouse config files and updates PostgreSQL to v18.
Critical Issues:
version: "3.8"field indocker-compose.yml(violates Dokploy conventions)portsinstead ofexposeindocker-compose.yml(violates Dokploy conventions per AGENTS.md:150)DATABASE_URLandCLICKHOUSE_DATABASE_URL) intemplate.tomlthat Plausible v3.1.0 requires to connect to databasesPositive Changes:
logs.xml,ipv4-only.xml,low-resources.xml)../files/clickhouse/to./clickhouse/for Dokploy compatibilityCLICKHOUSE_SKIP_USER_SETUP=1for proper initializationConfidence Score: 2/5
portsinstead ofexpose(violating Dokploy conventions), and most critically, missing DATABASE_URL and CLICKHOUSE_DATABASE_URL environment variables that Plausible v3.1.0 requires to connect to its databases. Without these connection URLs, the application cannot function.docker-compose.yml(needs version field and expose fix) andtemplate.toml(needs database connection environment variables)Last reviewed commit:
8439269(4/5) You can add custom instructions or style guidelines for the agent here!
Context used:
dashboard- AGENTS.md (source)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.