commit 17395698ec578ec6bbdb952ca9060948bd6f7707 Author: AyrisAI Date: Thu May 14 17:54:17 2026 +0300 first commit 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`