mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-15 14:52:05 -05:00
[PR #794] feat(chatwoot): update blueprint to latest production layout #4266
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/794
Author: @juandelperal
Created: 4/16/2026
Status: 🔄 Open
Base:
canary← Head:canary📝 Commits (3)
eff1206Updated chatwoot blueprint79d9fecfix(chatwoot): align metadata and HTTPS defaults4fac6dbchore(meta): dedupe and sort meta.json📊 Changes
3 files changed (+49 additions, -52 deletions)
View changed files
📝
blueprints/chatwoot/docker-compose.yml(+40 -28)📝
blueprints/chatwoot/template.toml(+8 -5)📝
meta.json(+1 -19)📄 Description
Summary
v4.12.1, update Postgres topg16, and keep persistent volumes/restart policyinit-vector.sqlmount and wiring Redis auth/env vars consistently indocker-compose.ymlandtemplate.tomlTest plan
template.tomldomain service points tochatwootserviceMade with Cursor
Greptile Summary
This PR updates the Chatwoot blueprint to align with the upstream v4.12.1 production Docker layout: the Compose version is bumped to 3.8, services are renamed to match Dokploy conventions (
chatwootas main service), the brokeninit-vector.sqlbind-mount is removed, and Redis authentication is properly wired via a generatedredis_passwordvariable.meta.jsonversion mismatch: The image is pinned tov4.12.1butmeta.jsonstill reportsv3.14.1— the version field must be updated to match per project conventions.FRONTEND_URLuseshttp://: This will produce incorrect links (OAuth callbacks, asset URLs) on any HTTPS deployment; defaulting tohttps://is safer.Confidence Score: 4/5
Safe to merge after updating meta.json version to v4.12.1; the http:// frontend URL is worth fixing for HTTPS setups but isn't blocking.
One P1 remains: meta.json version is out of sync with the pinned Docker image tag, which violates the documented project requirement. All other changes are correct improvements over the previous blueprint.
meta.json (not in the diff) must be updated to set version v4.12.1 for the chatwoot entry.
Reviews (1): Last reviewed commit: "Updated chatwoot blueprint" | Re-trigger Greptile
Context used:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.