Add a mobymask-v3 stack (#531)

* Add a mobymask-v3 stack

* Fix Nitro deployment script and add watcher container

* Setup Nitro config

* Run build after setting Nitro addresses

* Setup consensus config

* Add a container for web-app

* Use node 18 for the web-app

* Persist Nitro node data to a volume

* Add clean up steps

* Update query rates
This commit was merged in pull request #531.
This commit is contained in:
prathamesh0
2023-09-20 09:48:15 +05:30
committed by GitHub
parent ed9c253f61
commit 3dc9cd584a
21 changed files with 929 additions and 2 deletions
+16
View File
@@ -0,0 +1,16 @@
version: "1.0"
description: "MobyMask v3 stack"
name: mobymask-v3
repos:
- github.com/cerc-io/watcher-ts@v0.2.57
- github.com/cerc-io/mobymask-v2-watcher-ts@v3
- github.com/cerc-io/MobyMask@v0.1.3
- github.com/cerc-io/mobymask-ui
containers:
- cerc/watcher-ts
- cerc/watcher-mobymask-v3
- cerc/mobymask
- cerc/mobymask-ui
pods:
- watcher-mobymask-v3
- mobymask-app-v3