feat: add vault module

This commit is contained in:
Prad Nukala
2024-09-25 19:49:16 -04:00
parent 94f1a7e581
commit 607af1e76d
354 changed files with 22222 additions and 20921 deletions
+3 -4
View File
@@ -1,9 +1,9 @@
version: "0.6"
processes:
ipfs:
air:
namespace: testnet
command: "ipfs-cluster-service init --consensus crdt && ipfs-cluster-service daemon"
command: "devbox run serve:air"
background: true
availability:
restart: on_failure
@@ -11,8 +11,7 @@ processes:
sonr:
namespace: testnet
command: "make sh-testnet"
command: "devbox run serve:sonr"
restart: on_failure
max_restarts: 3
depends:
- ipfs