42 lines
972 B
Markdown
42 lines
972 B
Markdown
---
|
|
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 <noreply@anthropic.com>
|
|
|
|
### Files Changed
|
|
|
|
```
|
|
A scripts/create-networks.sh
|
|
```
|
|
|
|
### Diff Summary
|
|
|
|
```
|
|
scripts/create-networks.sh | 53 ++++++++++++++++++++++++++++++++++++++++++++++
|
|
1 file changed, 53 insertions(+)
|
|
```
|