mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
* refactor: update import paths in gateway handlers * refactor: remove obsolete devtools Makefile and README * build: optimize build process for improved efficiency * refactor: remove obsolete pkl files related to Matrix and Sonr network configurations * refactor: move embed code to x/dwn/types
24 lines
424 B
YAML
24 lines
424 B
YAML
version: "0.5"
|
|
|
|
processes:
|
|
IPFS:
|
|
namespace: testnet
|
|
command: "ipfs daemon --mount"
|
|
ready_log_line: "Daemon is ready"
|
|
|
|
Sonr:
|
|
namespace: testnet
|
|
command: "task sonrd:start"
|
|
depends_on:
|
|
IPFS:
|
|
condition: process_log_ready
|
|
|
|
Hway:
|
|
namespace: testnet
|
|
command: "hway"
|
|
depends_on:
|
|
IPFS:
|
|
condition: process_log_ready
|
|
Sonr:
|
|
condition: process_started
|