docs: community deployment templates section (v2 install guide) - #23
Open
Kjudeh wants to merge 1 commit into
Open
docs: community deployment templates section (v2 install guide)#23Kjudeh wants to merge 1 commit into
Kjudeh wants to merge 1 commit into
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideAdds a new 'Community Deployment Templates' section to the v2 Docker install guide, documenting an external Railway one-click deployment template and clarifying its community-maintained status and disclaimer. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey - I've found 1 issue
Prompt for AI Agents
Please address the comments from this code review:
## Individual Comments
### Comment 1
<location path="v2/en/install/docker.mdx" line_range="401" />
<code_context>
+
+Prefer a managed platform over running Docker yourself? Community-maintained one-click templates are available:
+
+- **Railway — [WhatsApp AI Receptionist](https://railway.com/deploy/whatsapp-ai-receptionist)** ([source](https://github.com/Kjudeh/whatsapp-ai-receptionist)): Evolution API v2.3.7 with PostgreSQL, Redis, a persistent instance volume, and an n8n auto-reply agent workflow pre-wired via the global webhook.
+
+<Note>
</code_context>
<issue_to_address>
**nitpick:** The template listing links to the source repository but does not disclose that Bubbles Studio builds and maintains the template, so readers cannot identify the commercial/community affiliation behind the recommendation.
**Suggested fix:** Add an explicit attribution such as “Maintained by Bubbles Studio under the MIT license” to the template entry.
```suggestion
- **Railway — [WhatsApp AI Receptionist](https://railway.com/deploy/whatsapp-ai-receptionist)** ([source](https://github.com/Kjudeh/whatsapp-ai-receptionist)): Maintained by Bubbles Studio under the MIT license. Evolution API v2.3.7 with PostgreSQL, Redis, a persistent instance volume, and an n8n auto-reply agent workflow pre-wired via the global webhook.
```
</issue_to_address>Sourcery assessment
Approved.
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
|
|
||
| Prefer a managed platform over running Docker yourself? Community-maintained one-click templates are available: | ||
|
|
||
| - **Railway — [WhatsApp AI Receptionist](https://railway.com/deploy/whatsapp-ai-receptionist)** ([source](https://github.com/Kjudeh/whatsapp-ai-receptionist)): Evolution API v2.3.7 with PostgreSQL, Redis, a persistent instance volume, and an n8n auto-reply agent workflow pre-wired via the global webhook. |
There was a problem hiding this comment.
nitpick: The template listing links to the source repository but does not disclose that Bubbles Studio builds and maintains the template, so readers cannot identify the commercial/community affiliation behind the recommendation.
Suggested fix: Add an explicit attribution such as “Maintained by Bubbles Studio under the MIT license” to the template entry.
Suggested change
| - **Railway — [WhatsApp AI Receptionist](https://railway.com/deploy/whatsapp-ai-receptionist)** ([source](https://github.com/Kjudeh/whatsapp-ai-receptionist)): Evolution API v2.3.7 with PostgreSQL, Redis, a persistent instance volume, and an n8n auto-reply agent workflow pre-wired via the global webhook. | |
| - **Railway — [WhatsApp AI Receptionist](https://railway.com/deploy/whatsapp-ai-receptionist)** ([source](https://github.com/Kjudeh/whatsapp-ai-receptionist)): Maintained by Bubbles Studio under the MIT license. Evolution API v2.3.7 with PostgreSQL, Redis, a persistent instance volume, and an n8n auto-reply agent workflow pre-wired via the global webhook. |
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.
Adds a short Community Deployment Templates section at the end of the v2 Docker install guide, listing a Railway one-click template for Evolution API v2 (v2.3.7 + PostgreSQL + Redis + persistent instance volume + an n8n auto-reply workflow wired via the global webhook).
Disclosure: we (Bubbles Studio) build and maintain the template (MIT, source linked). The section includes a note clarifying community templates aren't maintained by the Evolution team. Happy to move this to a different page, adjust wording, or add other community templates alongside it.
🤖 Generated with Claude Code
Summary by Sourcery
Documentation: