diff --git a/content/posts/commits/2026-06-29-commit-21cff71.md b/content/posts/commits/2026-06-29-commit-21cff71.md new file mode 100644 index 0000000..3def06c --- /dev/null +++ b/content/posts/commits/2026-06-29-commit-21cff71.md @@ -0,0 +1,41 @@ +--- +title: "[bojemoi_boot] feat(boot): add create-networks.sh to bootstrap overlay networks" +date: 2026-06-29T22:24:51+02:00 +draft: false +tags: ["commit", "bojemoi_boot", "main"] +categories: ["Git Activity"] +summary: "Commit 21cff71 par Betty dans bojemoi_boot" +author: "Betty" +--- + +## Commit `21cff71` + +| | | +|---|---| +| **Repository** | bojemoi_boot | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `21cff71953e34dd1c5bf12d5f2e0dd324f9de8a1` | + + +### Description + +Creates all required Docker Swarm overlay networks (proxy, backend, +monitoring, rsync_network, mail, pentest, iot, telegram_net, +borodino_scan_net, socket_proxy) before stack deployment. +Idempotent — skips networks that already exist. + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +A scripts/create-networks.sh +``` + +### Diff Summary + +``` + scripts/create-networks.sh | 53 ++++++++++++++++++++++++++++++++++++++++++++++ + 1 file changed, 53 insertions(+) +```