Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.56 KB

compose.md

File metadata and controls

39 lines (26 loc) · 1.56 KB

symbol-bootstrap compose

It generates the docker-compose.yml file from the configured network.

symbol-bootstrap compose

It generates the docker-compose.yml file from the configured network.

USAGE
  $ symbol-bootstrap compose

OPTIONS
  -h, --help           It shows the help of this command.
  -t, --target=target  [default: target] The target folder where the symbol-bootstrap network is generated

  -u, --user=user      [default: current] User used to run the services in the docker-compose.yml file. "current" means
                       the current user.

  --logger=logger      [default: Console,File] The loggers the command will use. Options are: Console,File,Silent. Use
                       ',' to select multiple loggers.

  --noPassword         When provided, Bootstrap will not use a password, so private keys will be stored in plain text.
                       Use with caution.

  --password=password  A password used to encrypt and decrypt private keys in preset files like addresses.yml and
                       preset.yml. Bootstrap prompts for a password by default, can be provided in the command line
                       (--password=XXXX) or disabled in the command line (--noPassword).

  --upgrade            It regenerates the docker compose and utility files from the <target>/docker folder

EXAMPLE
  $ symbol-bootstrap compose

See code: src/commands/compose.ts