Browse Source

change tb-js-executor scale in docker-compose.yml

pull/2762/head
YevhenBondarenko 6 years ago
committed by Andrew Shvayka
parent
commit
bedc624e09
  1. 2
      docker/docker-compose.yml

2
docker/docker-compose.yml

@ -34,7 +34,7 @@ services:
tb-js-executor:
restart: always
image: "${DOCKER_REPO}/${JS_EXECUTOR_DOCKER_NAME}:${TB_VERSION}"
scale: 2
scale: 20
env_file:
- tb-js-executor.env
tb-core1:

Loading…
Cancel
Save