2024-10-03 19:25:42 -04:00
|
|
|
version: "0.6"
|
|
|
|
|
|
|
|
|
|
processes:
|
|
|
|
|
ipfs:
|
|
|
|
|
namespace: testnet
|
|
|
|
|
command: "sh scripts/setup_ipfs.sh"
|
|
|
|
|
background: true
|
|
|
|
|
availability:
|
2024-10-15 14:31:19 -04:00
|
|
|
restart: never
|
2024-10-03 19:25:42 -04:00
|
|
|
max_restarts: 0
|
|
|
|
|
|
|
|
|
|
sonr:
|
|
|
|
|
namespace: testnet
|
2024-10-15 14:31:19 -04:00
|
|
|
background: true
|
|
|
|
|
command: "make sh-testnet"
|
|
|
|
|
restart: never
|
2024-10-03 19:25:42 -04:00
|
|
|
max_restarts: 1
|
|
|
|
|
depends:
|
|
|
|
|
- ipfs
|
2024-10-21 11:30:52 -04:00
|
|
|
|
|
|
|
|
hway:
|
|
|
|
|
namespace: testnet
|
|
|
|
|
background: true
|
|
|
|
|
command: "task hway:dev"
|
|
|
|
|
restart: never
|
|
|
|
|
max_restarts: 1
|
|
|
|
|
depends:
|
|
|
|
|
- ipfs
|
|
|
|
|
- sonr
|