Files
blog/content/posts/commits/2026-02-23-commit-41bed88.md
Betty d746814329
Some checks failed
Hugo Build & Deploy / build-deploy (push) Has been cancelled
post: commit 41bed88 in bojemoi
2026-02-23 17:58:41 +01:00

1.7 KiB

title, date, draft, tags, categories, summary, author
title date draft tags categories summary author
[bojemoi] stack: add json-file logging (10m/3) to all services 2026-02-23T17:58:40+01:00 false
commit
bojemoi
main
Git Activity
Commit 41bed88 par Betty dans bojemoi Betty

Commit 41bed88

Repository bojemoi
Branch main
Author Betty
Hash 41bed886c9d424b11c57c1e6566b2611c1fcd20d

Description

  • Add json-file driver with max-size 10m / max-file 3 to all stack services (01-hl, 40-borodino, 45-ml-threat, 46-razvedka, 47-vigie, 65-medved)
  • Reduce ak47/bm12 replicas from 15 to 5 (matches max_replicas_per_node constraint)
  • suricata: fix filetype rotating -> regular (already stable via eve-cleaner)
  • borodino: remove list_vpn/ovpn from .dockerignore, add db_rebuild_cache in start_uzi.sh

Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

Files Changed

M	borodino/.dockerignore
M	borodino/start_uzi.sh
M	stack/01-service-hl.yml
M	stack/40-service-borodino.yml
M	stack/45-service-ml-threat-intel.yml
M	stack/46-service-razvedka.yml
M	stack/47-service-vigie.yml
M	stack/65-service-medved.yml
M	volumes/suricata/suricata.yaml

Diff Summary

 borodino/.dockerignore               |   2 -
 borodino/start_uzi.sh                |   5 ++
 stack/01-service-hl.yml              | 106 ++++++++++++++++++++++++++++++++---
 stack/40-service-borodino.yml        |  80 +++++++++++++++++++++++++-
 stack/45-service-ml-threat-intel.yml |   5 ++
 stack/46-service-razvedka.yml        |   5 ++
 stack/47-service-vigie.yml           |   5 ++
 stack/65-service-medved.yml          |   5 ++
 volumes/suricata/suricata.yaml       |   3 +-
 9 files changed, 202 insertions(+), 14 deletions(-)