Compare commits

1 Commits

Author SHA1 Message Date
a12877b488 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.
2026-07-07 11:18:34 +00:00

View File

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