Rename app -> stack_orchestrator (#625)

This commit was merged in pull request #625.
This commit is contained in:
2023-11-07 00:06:55 -07:00
committed by GitHub
parent e989368793
commit 4456e70c93
483 changed files with 82 additions and 81 deletions
@@ -0,0 +1,11 @@
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"