diff --git a/compose/docker-compose-web.yml b/compose/docker-compose-web.yml index c91a7794..3a3bfb2d 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: