From 109755796606369e9123fdcdb68f0742fbd2764b Mon Sep 17 00:00:00 2001 From: Ahson Shaikh <59800198+Ahson-Shaikh@users.noreply.github.com> Date: Fri, 18 Sep 2026 20:28:10 +0500 Subject: [PATCH] Add Easypanel one-click deploy option --- DOCKER_DEPLOYMENT.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/DOCKER_DEPLOYMENT.md b/DOCKER_DEPLOYMENT.md index f54b532a0..29590cb16 100644 --- a/DOCKER_DEPLOYMENT.md +++ b/DOCKER_DEPLOYMENT.md @@ -10,6 +10,15 @@ This guide covers everything from local development to production deployment of - [Operations & Maintenance](#operations--maintenance) - [Troubleshooting](#troubleshooting) +## Easypanel + +If you'd rather not manage docker-compose and Redis tuning yourself, [Easypanel](https://easypanel.io) is a self-hosted deployment platform with a one-click EmailEngine template (Redis wired up with noeviction policy automatically): + +[![Deploy on Easypanel][easypanel-btn]][easypanel-deploy] + +[easypanel-btn]: https://easypanel.io/img/deploy-on-easypanel-40.svg +[easypanel-deploy]: https://easypanel.io/templates/emailengine + ## Quick Start ### Prerequisites