From 80fb337b4e4de4ae1bf3403130f0777603b48143 Mon Sep 17 00:00:00 2001 From: Betty Date: Tue, 19 May 2026 22:46:55 +0200 Subject: [PATCH] post: commit 8a5e8c3 in bojemoi --- .../commits/2026-05-19-commit-8a5e8c3.md | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 content/posts/commits/2026-05-19-commit-8a5e8c3.md diff --git a/content/posts/commits/2026-05-19-commit-8a5e8c3.md b/content/posts/commits/2026-05-19-commit-8a5e8c3.md new file mode 100644 index 0000000..a9739a6 --- /dev/null +++ b/content/posts/commits/2026-05-19-commit-8a5e8c3.md @@ -0,0 +1,47 @@ +--- +title: "[bojemoi] fix(gameover): préserver les volumes permanents au teardown" +date: 2026-05-19T22:46:55+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 8a5e8c3 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `8a5e8c3` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `8a5e8c3ae56133b20d02f370f07f17d86d2e75ce` | + + +### Description + +Définit PERMANENT_VOLUMES avec une liste explicite de volumes à ne +jamais supprimer, appliquée sur manager ET workers : +- registry, bojemoi, shared_logs, prometheus_data +- boot_traefik-certificates (certs TLS) +- base_grafana_data, base_loki_data, base_tempo-data +- base_pgadmin-data, base_alertmanager_data, base_protonmail_data +- base_postfix_*, base_provisioning_*, base_ssh_keys +- razvedka-session (session Telegram MTProto) + +Avant : workers utilisaient docker volume prune -f (tout supprimer). + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M scripts/gameover.sh +``` + +### Diff Summary + +``` + scripts/gameover.sh | 33 ++++++++++++++++++++++++++++----- + 1 file changed, 28 insertions(+), 5 deletions(-) +```