From d1d680c9aa4e14adbe6a0ee85186ab81c18e4e5b Mon Sep 17 00:00:00 2001 From: nolash Date: Wed, 7 Jul 2021 10:32:01 +0200 Subject: [PATCH] Add aux-all to tasker in local cluster --- apps/cic-eth/docker/start_tasker.sh | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/cic-eth/docker/start_tasker.sh b/apps/cic-eth/docker/start_tasker.sh index 4494ac21..d0984322 100644 --- a/apps/cic-eth/docker/start_tasker.sh +++ b/apps/cic-eth/docker/start_tasker.sh @@ -8,7 +8,7 @@ set -e echo "!!! starting signer" python /usr/local/bin/crypto-dev-daemon -c /usr/local/etc/crypto-dev-signer -vv 2> /tmp/signer.log & -echo "!!! starting tracker" +echo "!!! starting taskerd" /usr/local/bin/cic-eth-taskerd $@ # thanks! https://docs.docker.com/config/containers/multi-service_container/ diff --git a/docker-compose.yml b/docker-compose.yml index 4ece0564..d0e40931 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -274,7 +274,7 @@ services: - -c - | if [[ -f /tmp/cic/config/.env ]]; then source /tmp/cic/config/.env; fi - ./start_tasker.sh -q cic-eth -vv + ./start_tasker.sh --aux-all -q cic-eth -vv # command: [/bin/sh, "./start_tasker.sh", -q, cic-eth, -vv ] cic-eth-tracker: