--- title: "[bojemoi] feat(ops): script deploy-base-stack + fix healthcheck orchestrator" date: 2026-06-01T15:40:31+02:00 draft: false tags: ["commit", "bojemoi", "main"] categories: ["Git Activity"] summary: "Commit 629549e par Betty dans bojemoi" author: "Betty" --- ## Commit `629549e` | | | |---|---| | **Repository** | bojemoi | | **Branch** | `main` | | **Author** | Betty | | **Hash** | `629549e209084f0c0b6c26f5c39bb47536337f9f` | ### Description - scripts/deploy-base-stack.sh : wrapper deploy stack base qui détecte les configs modifiées, les détache/supprime avant docker stack deploy pour contourner l'erreur "only updates to Labels are allowed" - stack/01-service-hl.yml : fix healthcheck orchestrator (python3 au lieu de curl absent du container → évite le cycle unhealthy/restart) - provisioning/cloud-init/alpine/alpine-worker-full.yaml : copie du template dans le répertoire monté par l'orchestrator (/app/cloud-init) Co-Authored-By: Claude Sonnet 4.6 (1M context) ### Files Changed ``` A provisioning/cloud-init/alpine/alpine-worker-full.yaml A scripts/deploy-base-stack.sh M stack/01-service-hl.yml ``` ### Diff Summary ``` .../cloud-init/alpine/alpine-worker-full.yaml | 312 +++++++++++++++++++++ scripts/deploy-base-stack.sh | 69 +++++ stack/01-service-hl.yml | 2 +- 3 files changed, 382 insertions(+), 1 deletion(-) ```