Stacktora / Vault / Go + Mailpit + Redis + RabbitMQ: Notification Delivery Service
Infrastructure by @ops

Go + Mailpit + Redis + RabbitMQ: Notification Delivery Service

A dedicated notification/delivery microservice: Go for efficient concurrent delivery workers, RabbitMQ queuing outbound notifications so spikes never get dropped, Redis for delivery-status and dedup tracking, and Mailpit for safe local email testing without hitting a real inbox.

Open in generator Browse the Vault

Loads this recipe straight into the wizard — every setting stays editable before you generate anything.

The stack

Go 1.26 Redis MailpitRabbitMQ

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install go-notification-service --remote
$ stacktora sync   # generate the files

What you get

docker-compose.ymlMakefileDockerfileREADME.md.env.example.gitignore.dockerignore.github/workflows/ci.yml.tool-versions.editorconfigProcfile … and more

More from the Vault

Submit your own recipe