nitro-stack/stack-orchestrator/stack/go-nitro/stack.yml
shreerang6921 e25a412c86
Create skeleton of stack for running nitro nodes (#1)
* Add initial stack for running go-nitro

* Fix clone required repo command

* Add step for cloning required repo

* Build docker images for nitro protocol and nitro rpc client

* Add todos in go-nitro and nitro-contracts container

* Add todos in go-nitro readme

* Replace top level version with name in docker compose files

---------

Co-authored-by: Neeraj <neeraj.rtly@gmail.com>
2024-07-17 14:59:46 +05:30

15 lines
333 B
YAML

version: "1.0"
name: go-nitro
description: "Stack to demonstrate payments between various services"
repos:
- github.com/cerc-io/go-nitro
containers:
- cerc/nitro-contracts
- cerc/nitro-rpc-client
# TODO: Uncomment after building container image
# - cerc/go-nitro
pods:
- nitro-contracts
- go-nitro
- nitro-rpc-client