mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-04 02:11:40 +00:00
feat: add vault module
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user