docker stuff

This commit is contained in:
Blair Vanderlugt 2021-01-25 18:22:53 -08:00
parent 897e0b8fbc
commit 03dd3190b6
5 changed files with 11 additions and 3 deletions

4
.dockerignore Normal file
View File

@ -0,0 +1,4 @@
.git
.cache
.dot
**/doc

4
apps/.dockerignore Normal file
View File

@ -0,0 +1,4 @@
.git
.cache
.dot
**/doc

@ -1 +1 @@
Subproject commit 421831f26e55bd9eb25bc6c306bd4284e90f30f8
Subproject commit a8de41d182a5ba22248f2c72d716c8b84c110e93

View File

@ -121,8 +121,8 @@ services:
cic-eth-tasker:
# image: grassrootseconomics:cic-eth-service
build:
context: apps/cic-eth/
dockerfile: docker/Dockerfile
context: apps/
dockerfile: cic-eth/docker/Dockerfiles
environment:
CIC_REGISTRY_ADDRESS: $CIC_REGISTRY_ADDRESS
ETH_PROVIDER: ${ETH_PROVIDER:-http://eth:8545}