From 8f2ce248fd2076d8a6ea3a0ccb3e1e499c980b23 Mon Sep 17 00:00:00 2001 From: Betty Date: Sun, 31 May 2026 21:32:12 +0200 Subject: [PATCH] post: commit 9b912be in bojemoi --- .../commits/2026-05-31-commit-9b912be.md | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 content/posts/commits/2026-05-31-commit-9b912be.md diff --git a/content/posts/commits/2026-05-31-commit-9b912be.md b/content/posts/commits/2026-05-31-commit-9b912be.md new file mode 100644 index 0000000..d997cdc --- /dev/null +++ b/content/posts/commits/2026-05-31-commit-9b912be.md @@ -0,0 +1,40 @@ +--- +title: "[bojemoi] fix(deploy-worker-vm): appel orchestrator via toolbox sur réseau interne" +date: 2026-05-31T21:32:12+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 9b912be par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `9b912be` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `9b912be8170b220436805674a2bdfb731d376d71` | + + +### Description + +Remplace localhost:28080 par http://base_orchestrator:8000 appelé depuis +le container toolbox (accès aux overlays Docker) au lieu du port publié +sur l'hôte. + +Co-Authored-By: Claude Sonnet 4.6 (1M context) + +### Files Changed + +``` +M scripts/deploy-worker-vm.sh +``` + +### Diff Summary + +``` + scripts/deploy-worker-vm.sh | 22 ++++++++++++++++------ + 1 file changed, 16 insertions(+), 6 deletions(-) +```