forked from cerc-io/stack-orchestrator
Nabarun Gogoi
1951a5d398
* Rename .env file
* Add web app services to docker compose file
* Add laconicd to deploy contract and send txs
* Add demo with steps for running mobymask app with L2 chain
* Add fix for yarn install on M1 platform in react-peer
* Update multiaddrs to use websockets
* Add notes in readmes
---------
Co-authored-by: prathamesh0 <prathamesh.musale0@gmail.com>
Former-commit-id: cacd306b22
18 lines
322 B
YAML
18 lines
322 B
YAML
version: "1.0"
|
|
name: mobymask-v2
|
|
repos:
|
|
- cerc-io/watcher-ts
|
|
- cerc-io/react-peer
|
|
- cerc-io/mobymask-ui
|
|
- cerc-io/laconicd
|
|
- cerc-io/MobyMask
|
|
containers:
|
|
- cerc/watcher-mobymask-v2
|
|
- cerc/react-peer
|
|
- cerc/mobymask-ui
|
|
- cerc/laconicd
|
|
- cerc/mobymask
|
|
pods:
|
|
- mobymask-laconicd
|
|
- watcher-mobymask-v2
|