Commit Graph

15 Commits

Author SHA1 Message Date
Wez Furlong 16fad7b260 promote docker_utils to policy-extras
It is useful enough and avoids some reptitions between
the single node and docker swarm examples.

closes: https://github.com/KumoCorp/kumomta/issues/359
2025-05-02 10:09:57 -07:00
Wez Furlong 448fa55afb docs: update for docker dev build naming change 2025-04-24 09:13:20 -07:00
Ryan Bonnell 259f24604c Decorate fenced code blocks with console syntax highlighting 2025-03-20 11:33:40 -07:00
Ryan Bonnell 19d7506924 Include example to show TSA rules applied to a domain 2025-03-20 11:33:40 -07:00
Ryan Bonnell bfbd9f4383 Add healthcheck for a more robust replacement of ‘depends_on’ attribute 2025-03-20 11:33:40 -07:00
Ryan Bonnell f886831598 Remove Docker compose top-level version property
A warning message is displayed that the version element is obsolete and should be removed.
2025-03-18 20:08:03 -07:00
Ryan Bonnell 85e137073f Fix broken Markdown link in README documentation 2025-02-27 03:02:08 -08:00
Ryan Bonnell 002b795de3 Fix misspelling of 'probabilistic' in README of Docker "smart sink" example 2025-02-27 03:02:08 -08:00
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