Files
sonr/process-compose.yaml
T

29 lines
466 B
YAML
Raw Normal View History

version: "0.6"
processes:
ipfs:
namespace: testnet
command: "sh scripts/setup_ipfs.sh"
background: true
availability:
restart: never
max_restarts: 0
sonr:
namespace: testnet
background: true
command: "make sh-testnet"
restart: never
max_restarts: 1
depends:
- ipfs
hway:
namespace: testnet
command: "air"
background: true
restart: never
max_restarts: 1
depends:
- sonr