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