docker stuff

This commit is contained in:
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

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}