Files
blog/content/posts/commits/2026-05-19-commit-8a5e8c3.md
Betty 80fb337b4e
All checks were successful
Hugo Build & Deploy / build-deploy (push) Successful in 14s
post: commit 8a5e8c3 in bojemoi
2026-05-19 22:46:56 +02:00

48 lines
1.2 KiB
Markdown

---
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 <noreply@anthropic.com>
### Files Changed
```
M scripts/gameover.sh
```
### Diff Summary
```
scripts/gameover.sh | 33 ++++++++++++++++++++++++++++-----
1 file changed, 28 insertions(+), 5 deletions(-)
```