All checks were successful
Hugo Build & Deploy / build-deploy (push) Successful in 14s
1.2 KiB
1.2 KiB
title, date, draft, tags, categories, summary, author
| title | date | draft | tags | categories | summary | author | ||||
|---|---|---|---|---|---|---|---|---|---|---|
| [bojemoi] fix(gameover): préserver les volumes permanents au teardown | 2026-05-19T22:46:55+02:00 | false |
|
|
Commit 8a5e8c3 par Betty dans bojemoi | 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(-)