feat: use k8s-file logging driver with 10MB rotation

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
user
2026-02-15 22:14:23 +01:00
parent 6881c7d862
commit 4ae40fe0a1

View File

@@ -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