2024-12-22 17:01:11 -05:00
|
|
|
version: "0.5"
|
|
|
|
|
|
2024-10-03 19:25:42 -04:00
|
|
|
processes:
|
2024-12-22 17:01:11 -05:00
|
|
|
IPFS:
|
|
|
|
|
namespace: testnet
|
2024-12-22 18:43:30 -05:00
|
|
|
command: "ipfs daemon --mount"
|
|
|
|
|
ready_log_line: "Daemon is ready"
|
2024-12-22 17:01:11 -05:00
|
|
|
|
|
|
|
|
Sonr:
|
2024-12-19 06:22:44 -05:00
|
|
|
namespace: testnet
|
2024-12-22 17:01:11 -05:00
|
|
|
command: "task sonrd:start"
|
|
|
|
|
depends_on:
|
2024-12-22 18:43:30 -05:00
|
|
|
IPFS:
|
|
|
|
|
condition: process_log_ready
|
2024-11-26 22:05:50 -05:00
|
|
|
|
2024-12-22 17:01:11 -05:00
|
|
|
Hway:
|
2024-12-19 06:22:44 -05:00
|
|
|
namespace: testnet
|
2024-12-22 17:01:11 -05:00
|
|
|
command: "hway"
|
|
|
|
|
depends_on:
|
2024-12-22 18:43:30 -05:00
|
|
|
IPFS:
|
|
|
|
|
condition: process_log_ready
|
|
|
|
|
Sonr:
|
|
|
|
|
condition: process_started
|