Skip to content

Commit

Permalink
perf: 优化 razor 的监控
Browse files Browse the repository at this point in the history
  • Loading branch information
wojiushixiaobai authored and LeeEirc committed Mar 14, 2024
1 parent 253998a commit ceaeef4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion compose/docker-compose-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ceaeef4

Please sign in to comment.