Commit bedc624e09035c56492d4bfd9a7d1f8e26b76e6b
Committed by
Andrew Shvayka
1 parent
95ddde3e
change tb-js-executor scale in docker-compose.yml
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -34,7 +34,7 @@ services: | @@ -34,7 +34,7 @@ services: | ||
34 | tb-js-executor: | 34 | tb-js-executor: |
35 | restart: always | 35 | restart: always |
36 | image: "${DOCKER_REPO}/${JS_EXECUTOR_DOCKER_NAME}:${TB_VERSION}" | 36 | image: "${DOCKER_REPO}/${JS_EXECUTOR_DOCKER_NAME}:${TB_VERSION}" |
37 | - scale: 2 | 37 | + scale: 20 |
38 | env_file: | 38 | env_file: |
39 | - tb-js-executor.env | 39 | - tb-js-executor.env |
40 | tb-core1: | 40 | tb-core1: |