sonr/process-compose.yaml

36 lines
612 B
YAML
Raw Normal View History

version: "0.6"
processes:
ipfs:
namespace: testnet
command: "sh scripts/bootstrap_ipfs.sh"
background: true
availability:
restart: on_failure
max_restarts: 0
sonr:
namespace: testnet
command: "make sh-testnet"
restart: on_failure
2024-09-26 15:58:49 -04:00
max_restarts: 1
depends:
- ipfs
2024-09-26 15:58:49 -04:00
motr:
namespace: testnet
2024-09-26 15:58:49 -04:00
command: "make start-proxy"
restart: on_failure
2024-09-26 15:58:49 -04:00
max_restarts: 1
depends:
- sonr
2024-09-26 15:58:49 -04:00
- ipfs
tunnel:
namespace: public
command: "devbox run start:tunnel"
restart: on_failure
max_restarts: 1
depends:
- caddy