Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion v2/en/install/docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -392,4 +392,14 @@ docker stack deploy --prune --resolve-image always -c evolution_api_v2.yaml evol

### Accessing the API

Open your browser and go to [https://evo2.site.com](https://evo2.site.com) to check if the Evolution API is operational.
Open your browser and go to [https://evo2.site.com](https://evo2.site.com) to check if the Evolution API is operational.

## Community Deployment Templates

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.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.


<Note>
Community templates are maintained by their authors, not by the Evolution API team. Evolution API is an unofficial WhatsApp client — review each template's documentation before production use.
</Note>