diff --git a/content/posts/commits/2026-06-30-commit-2f66845.md b/content/posts/commits/2026-06-30-commit-2f66845.md new file mode 100644 index 0000000..9bf03f1 --- /dev/null +++ b/content/posts/commits/2026-06-30-commit-2f66845.md @@ -0,0 +1,39 @@ +--- +title: "[bojemoi] fix(grafana-watcher): move grafana labels to deploy.labels for Swarm service visibility" +date: 2026-06-30T15:03:40+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 2f66845 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `2f66845` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `2f66845d6d090e1f47bd9542c54bb90de450fb4f` | + + +### Description + +Top-level 'labels' in compose = container labels only. +Service labels (visible to docker service inspect / SDK filter) require deploy.labels. + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M stack/40-service-borodino.yml +``` + +### Diff Summary + +``` + stack/40-service-borodino.yml | 48 +++++++++++++++++++++---------------------- + 1 file changed, 24 insertions(+), 24 deletions(-) +```