mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
20 lines
329 B
YAML
20 lines
329 B
YAML
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
|