From ceaeef42a3d93683b00f1455707a7b52805b8804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=B0=8F=E7=99=BD?= <296015668@qq.com> Date: Thu, 14 Mar 2024 10:59:46 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=20razor=20=E7=9A=84?= =?UTF-8?q?=E7=9B=91=E6=8E=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compose/docker-compose-web.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compose/docker-compose-web.yml b/compose/docker-compose-web.yml index c91a779..3a3bfb2 100644 --- a/compose/docker-compose-web.yml +++ b/compose/docker-compose-web.yml @@ -11,14 +11,16 @@ services: tty: true environment: HTTP_PORT: ${HTTP_PORT:-80} + USE_LB: ${USE_LB:-1} USE_IPV6: ${USE_IPV6:-0} + USE_XPACK: ${USE_XPACK:-0} CLIENT_MAX_BODY_SIZE: ${CLIENT_MAX_BODY_SIZE:-4096m} - USE_LB: ${USE_LB:-1} CORE_ENABLED: ${CORE_ENABLED:-1} KOKO_ENABLED: ${KOKO_ENABLED:-1} LION_ENABLED: ${LION_ENABLED:-1} CHEN_ENABLED: ${CHEN_ENABLED:-1} KAEL_ENABLED: ${KAEL_ENABLED:-1} + RAZOR_ENABLED: ${RAZOR_ENABLED:-0} ports: - ${HTTP_PORT:-80}:${HTTP_PORT:-80} volumes: