3dc9cd584a
* 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
17 lines
388 B
YAML
17 lines
388 B
YAML
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
|