rpc.yml: cap traefik json-file logs at 512m x2

Replace local driver with max-file:1 (unbounded growth) by json-file
rotation matching generated node services.
This commit is contained in:
2026-07-07 11:18:34 +00:00
parent 41d4dd0d5c
commit a12877b488

View File

@@ -45,7 +45,7 @@ services:
- "prometheus-scrape.port=8082"
- "prometheus-scrape.job_name=traefik"
logging:
driver: json-file
options:
max-file: '1'
compress: 'false'
driver: local
max-size: "512m"
max-file: "2"