diff --git a/content/posts/commits/2026-02-20-commit-7912a80.md b/content/posts/commits/2026-02-20-commit-7912a80.md new file mode 100644 index 0000000..a31fa81 --- /dev/null +++ b/content/posts/commits/2026-02-20-commit-7912a80.md @@ -0,0 +1,40 @@ +--- +title: "[bojemoi_boot] boot: add json-file logging limits to all services" +date: 2026-02-20T16:39:41+01:00 +draft: false +tags: ["commit", "bojemoi_boot", "main"] +categories: ["Git Activity"] +summary: "Commit 7912a80 par Betty dans bojemoi_boot" +author: "Betty" +--- + +## Commit `7912a80` + +| | | +|---|---| +| **Repository** | bojemoi_boot | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `7912a80485cae7a7a8a77da4cb8e5c1813a64e4a` | + + +### Description + +- docker-socket-proxy, registry, dnsmask: max-size 10m, max-file 3 +- traefik: max-size 50m, max-file 5 (access logs more verbose) +- image-pusher: max-size 50m, max-file 2 (build output can be large) + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M stack/01-boot-service.yml +``` + +### Diff Summary + +``` + stack/01-boot-service.yml | 25 +++++++++++++++++++++++++ + 1 file changed, 25 insertions(+) +```