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