Commit Graph

7 Commits

Author SHA1 Message Date
Wez Furlong a7f5326c15 fix code formatting 2024-09-11 11:00:24 -07:00
Wez Furlong 7c53a2b700 smart-sink: allow for HOSTNAME not being set 2024-09-10 08:15:17 -07:00
Wez Furlong a412757513 Add smart-sink example docker compose
Adds an example docker compose file that can be used to quickly
stand up an SMTP sink service that is useful when load testing
an SMTP server.

The sink has configurable and "realistic" bounce response rates,
so that you can excercise queue growth scenarios.
2024-09-10 08:00:06 -07:00
Wez Furlong 1405246f3b update docker swarm readme
an earlier version of the file had redis set to global,
but since that is one copy per swarm node, it wouldn't
behave correctly and is now set to replicated with 1
replica.
2024-03-02 11:09:03 -07:00
Wez Furlong c430f9573f add docker swarm example 2024-03-02 11:04:24 -07:00
Wez Furlong 03d7c797e0 stylua the docker examples 2024-03-01 15:17:57 -07:00
Wez Furlong 624da7e766 add a ready-to-run docker compose example 2024-03-01 15:17:06 -07:00