Files
sonr/deploy/local/process-compose.yaml
T

29 lines
474 B
YAML
Raw Normal View History

version: "0.6"
processes:
ipfs:
namespace: testnet
2024-11-26 22:05:50 -05:00
command: "devbox run ipfs"
background: true
availability:
restart: never
max_restarts: 0
sonr:
namespace: testnet
background: true
2024-11-26 22:05:50 -05:00
command: "devbox run devnet"
restart: never
max_restarts: 1
depends:
- ipfs
2024-11-26 22:05:50 -05:00
hway-air:
namespace: testnet
background: true
command: "devbox run air"
restart: never
max_restarts: 1
depends:
- sonr