mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-11 09:36:24 +01:00
scale up logsizes
This commit is contained in:
@@ -25,7 +25,7 @@ x-allianceauth-base: &allianceauth-base
|
|||||||
logging:
|
logging:
|
||||||
driver: "json-file"
|
driver: "json-file"
|
||||||
options:
|
options:
|
||||||
max-size: "10Mb"
|
max-size: "50Mb"
|
||||||
max-file: "5"
|
max-file: "5"
|
||||||
|
|
||||||
x-allianceauth-health-check: &allianceauth-health-checks
|
x-allianceauth-health-check: &allianceauth-health-checks
|
||||||
@@ -58,7 +58,7 @@ services:
|
|||||||
logging:
|
logging:
|
||||||
driver: "json-file"
|
driver: "json-file"
|
||||||
options:
|
options:
|
||||||
max-size: "1Mb"
|
max-size: "10Mb"
|
||||||
max-file: "5"
|
max-file: "5"
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
@@ -72,7 +72,7 @@ services:
|
|||||||
logging:
|
logging:
|
||||||
driver: "json-file"
|
driver: "json-file"
|
||||||
options:
|
options:
|
||||||
max-size: "1Mb"
|
max-size: "10Mb"
|
||||||
max-file: "5"
|
max-file: "5"
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
@@ -87,7 +87,7 @@ services:
|
|||||||
logging:
|
logging:
|
||||||
driver: "json-file"
|
driver: "json-file"
|
||||||
options:
|
options:
|
||||||
max-size: "1Mb"
|
max-size: "10Mb"
|
||||||
max-file: "5"
|
max-file: "5"
|
||||||
|
|
||||||
allianceauth_gunicorn:
|
allianceauth_gunicorn:
|
||||||
@@ -146,7 +146,7 @@ services:
|
|||||||
logging:
|
logging:
|
||||||
driver: "json-file"
|
driver: "json-file"
|
||||||
options:
|
options:
|
||||||
max-size: "1Mb"
|
max-size: "10Mb"
|
||||||
max-file: "5"
|
max-file: "5"
|
||||||
|
|
||||||
proxy:
|
proxy:
|
||||||
@@ -171,7 +171,7 @@ services:
|
|||||||
logging:
|
logging:
|
||||||
driver: "json-file"
|
driver: "json-file"
|
||||||
options:
|
options:
|
||||||
max-size: "1Mb"
|
max-size: "10Mb"
|
||||||
max-file: "5"
|
max-file: "5"
|
||||||
|
|
||||||
# Uncomment this section to use a dedicated database for Nginx Proxy Manager
|
# Uncomment this section to use a dedicated database for Nginx Proxy Manager
|
||||||
|
|||||||
Reference in New Issue
Block a user