docker stuff
This commit is contained in:
parent
897e0b8fbc
commit
03dd3190b6
4
.dockerignore
Normal file
4
.dockerignore
Normal file
@ -0,0 +1,4 @@
|
||||
.git
|
||||
.cache
|
||||
.dot
|
||||
**/doc
|
4
apps/.dockerignore
Normal file
4
apps/.dockerignore
Normal file
@ -0,0 +1,4 @@
|
||||
.git
|
||||
.cache
|
||||
.dot
|
||||
**/doc
|
@ -1 +1 @@
|
||||
Subproject commit 421831f26e55bd9eb25bc6c306bd4284e90f30f8
|
||||
Subproject commit a8de41d182a5ba22248f2c72d716c8b84c110e93
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user