From 115263eb5a925934a2082fe50f6c2389063fa089 Mon Sep 17 00:00:00 2001 From: Ariel Rin Date: Thu, 9 Nov 2023 20:42:45 +1000 Subject: [PATCH] scale up logsizes --- docker/docker-compose.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index bdfcb25c..f8c65685 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -25,7 +25,7 @@ x-allianceauth-base: &allianceauth-base logging: driver: "json-file" options: - max-size: "10Mb" + max-size: "50Mb" max-file: "5" x-allianceauth-health-check: &allianceauth-health-checks @@ -58,7 +58,7 @@ services: logging: driver: "json-file" options: - max-size: "1Mb" + max-size: "10Mb" max-file: "5" nginx: @@ -72,7 +72,7 @@ services: logging: driver: "json-file" options: - max-size: "1Mb" + max-size: "10Mb" max-file: "5" redis: @@ -87,7 +87,7 @@ services: logging: driver: "json-file" options: - max-size: "1Mb" + max-size: "10Mb" max-file: "5" allianceauth_gunicorn: @@ -146,7 +146,7 @@ services: logging: driver: "json-file" options: - max-size: "1Mb" + max-size: "10Mb" max-file: "5" proxy: @@ -171,7 +171,7 @@ services: logging: driver: "json-file" options: - max-size: "1Mb" + max-size: "10Mb" max-file: "5" # Uncomment this section to use a dedicated database for Nginx Proxy Manager