stack-orchestrator/compose/docker-compose-contract.yml
2022-08-23 16:02:38 -06:00

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"