From 17395698ec578ec6bbdb952ca9060948bd6f7707 Mon Sep 17 00:00:00 2001 From: AyrisAI Date: Thu, 14 May 2026 17:54:17 +0300 Subject: [PATCH] first commit --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..eb896b4 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# AyrisTech Worker + +This worker listens to Mailcow Dovecot logs and publishes incoming mail events to Redis. + +## Features +- Real-time mail event tracking +- Redis Pub/Sub integration +- Dockerized deployment + +## Setup +1. Clone the repository +2. Install dependencies: `npm install` +3. Configure `.env` file +4. Run the worker: `npm start`