--- 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(-) ```