post: commit 2f66845 in bojemoi
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 6s

This commit is contained in:
2026-06-30 15:03:40 +02:00
committed by Betty
parent eaf3caab3e
commit 9b01268ee7

View File

@@ -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 <noreply@anthropic.com>
### Files Changed
```
M stack/40-service-borodino.yml
```
### Diff Summary
```
stack/40-service-borodino.yml | 48 +++++++++++++++++++++----------------------
1 file changed, 24 insertions(+), 24 deletions(-)
```