mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
15 lines
256 B
YAML
15 lines
256 B
YAML
version: "0.5"
|
|
|
|
processes:
|
|
IPFS:
|
|
namespace: testnet
|
|
command: "devbox run ipfs"
|
|
ready_log_line: "Daemon is ready"
|
|
|
|
Sonr:
|
|
namespace: testnet
|
|
command: "devbox run sonrd"
|
|
depends_on:
|
|
IPFS:
|
|
condition: process_log_ready
|