12 lines
243 B
YAML
12 lines
243 B
YAML
version: "3.2"
|
|
services:
|
|
contract:
|
|
depends_on:
|
|
go-ethereum:
|
|
condition: service_healthy
|
|
image: cerc/test-contract:local
|
|
environment:
|
|
ETH_ADDR: "http://go-ethereum:8545"
|
|
ports:
|
|
- "127.0.0.1:3000:3000"
|