updates
This commit is contained in:
parent
21605a14fe
commit
a2e7cf71de
@ -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 <service_name>
|
||||
```
|
@ -1 +1 @@
|
||||
Subproject commit a8de41d182a5ba22248f2c72d716c8b84c110e93
|
||||
Subproject commit 85750ac79eaa3fc2ba2a4191779c1dbfa408e5f5
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user