diff --git a/README.md b/README.md index 5e9d560..033967d 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ delete data docker-compose down -v ``` -rebuild all the images +rebuild an images ``` -docker-compose build --no-cache +docker-compose up -d --no-deps --build ``` \ No newline at end of file diff --git a/apps/cic-eth b/apps/cic-eth index a8de41d..85750ac 160000 --- a/apps/cic-eth +++ b/apps/cic-eth @@ -1 +1 @@ -Subproject commit a8de41d182a5ba22248f2c72d716c8b84c110e93 +Subproject commit 85750ac79eaa3fc2ba2a4191779c1dbfa408e5f5 diff --git a/apps/requirements.txt b/apps/requirements.txt index 5bd5740..af22078 100644 --- a/apps/requirements.txt +++ b/apps/requirements.txt @@ -38,7 +38,6 @@ vobject==0.9.6.1 web3==5.12.2 websockets==8.1 yaml-acl==0.0.1 -semver==2.13.0 rlp==2.0.1 cryptocurrency-cli-tools==0.0.4 giftable-erc20-token==0.0.7b5 diff --git a/docker-compose.yml b/docker-compose.yml index 23b6b45..3be36a5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -122,7 +122,7 @@ services: # image: grassrootseconomics:cic-eth-service build: context: apps/ - dockerfile: cic-eth/docker/Dockerfiles + dockerfile: cic-eth/docker/Dockerfile environment: CIC_REGISTRY_ADDRESS: $CIC_REGISTRY_ADDRESS ETH_PROVIDER: ${ETH_PROVIDER:-http://eth:8545} @@ -153,11 +153,14 @@ services: volumes: - signer-data:/tmp/cic/signer command: - - /bin/sh + - /bin/bash - -c - | if [[ -f /tmp/cic/config/.env ]]; then source /tmp/cic/config/.env; fi - "/root/start_tasker.sh -q cic-eth -vv" + pwd + ls + ./start_tasker.sh -q cic-eth -vv + # command: [/bin/sh, "./start_tasker.sh", -q, cic-eth, -vv ] # cic-eth-manager-head: # image: grassrootseconomics:cic-eth-service