2022-08-14 04:30:12 +00:00
|
|
|
version: "3.2"
|
|
|
|
services:
|
|
|
|
contract:
|
|
|
|
depends_on:
|
|
|
|
go-ethereum:
|
|
|
|
condition: service_healthy
|
2022-08-23 22:02:38 +00:00
|
|
|
image: cerc/test-contract:local
|
2022-08-14 04:30:12 +00:00
|
|
|
environment:
|
|
|
|
ETH_ADDR: "http://go-ethereum:8545"
|
|
|
|
ports:
|
|
|
|
- "127.0.0.1:3000:3000"
|