From 222de94ed738fe9579206239f034be3da04cc0ac Mon Sep 17 00:00:00 2001 From: Betty Date: Sat, 27 Jun 2026 16:16:26 +0200 Subject: [PATCH] post: commit edb5159 in bojemoi --- .../commits/2026-06-27-commit-edb5159.md | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 content/posts/commits/2026-06-27-commit-edb5159.md diff --git a/content/posts/commits/2026-06-27-commit-edb5159.md b/content/posts/commits/2026-06-27-commit-edb5159.md new file mode 100644 index 0000000..2a4d7c1 --- /dev/null +++ b/content/posts/commits/2026-06-27-commit-edb5159.md @@ -0,0 +1,42 @@ +--- +title: "[bojemoi] feat(tool): move toolbox to dedicated stack 99-service-tool.yml" +date: 2026-06-27T16:16:26+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit edb5159 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `edb5159` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `edb5159e7fb82ff262f7acec94a5f103f43beb1a` | + + +### Description + +- New stack `tool` (99-service-tool.yml) with all networks external +- Remove toolbox from boot stack (01-boot-service.yml) +- Toolbox now accessible as tool_toolbox instead of boot_toolbox + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M razvedka/Dockerfile.razvedka +A stack/99-service-tool.yml +``` + +### Diff Summary + +``` + razvedka/Dockerfile.razvedka | 4 +- + stack/99-service-tool.yml | 148 +++++++++++++++++++++++++++++++++++++++++++ + 2 files changed, 151 insertions(+), 1 deletion(-) +```