From f9d7b02984436cde05014c3635dd08b9754a5348 Mon Sep 17 00:00:00 2001 From: Kjudeh <98514028+Kjudeh@users.noreply.github.com> Date: Mon, 24 Aug 2026 00:30:54 +0300 Subject: [PATCH] docs: add community deployment templates section to v2 install guide --- v2/en/install/docker.mdx | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/v2/en/install/docker.mdx b/v2/en/install/docker.mdx index 73373ac..89894bd 100644 --- a/v2/en/install/docker.mdx +++ b/v2/en/install/docker.mdx @@ -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. \ No newline at end of file +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. + + +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. +