feat(chatwoot): update blueprint to latest production layout#794
Open
juandelperal wants to merge 3 commits intoDokploy:canaryfrom
Open
feat(chatwoot): update blueprint to latest production layout#794juandelperal wants to merge 3 commits intoDokploy:canaryfrom
juandelperal wants to merge 3 commits intoDokploy:canaryfrom
Conversation
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
Update Chatwoot metadata to match the pinned image version and default the template URL/SSL settings for Dokploy TLS deployments. Made-with: Cursor
Remove duplicate strapi entry so processed meta matches CI expectations. Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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: