Archived
Rename app -> stack_orchestrator (#625)
This commit was merged in pull request #625.
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user