mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
15 lines
213 B
YAML
15 lines
213 B
YAML
version: "0.6"
|
|
|
|
processes:
|
|
sonr:
|
|
namespace: devnet
|
|
command: "make sh-testnet"
|
|
max_restarts: 1
|
|
|
|
hway:
|
|
namespace: devnet
|
|
command: "./build/hway"
|
|
max_restarts: 1
|
|
depends:
|
|
- sonr
|