From 4ae40fe0a1bb03e0ea35b308e1c12d1815828dda Mon Sep 17 00:00:00 2001 From: user Date: Sun, 15 Feb 2026 22:14:23 +0100 Subject: [PATCH] feat: use k8s-file logging driver with 10MB rotation Co-Authored-By: Claude Opus 4.6 --- compose.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/compose.yaml b/compose.yaml index 9663e63..75788af 100644 --- a/compose.yaml +++ b/compose.yaml @@ -13,3 +13,7 @@ services: - ~/.cache/s5p:/data:Z # command: ["-c", "/app/config/s5p.yaml", "--cprofile", "/data/s5p.prof"] network_mode: host + logging: + driver: k8s-file + options: + max-size: 10mb