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-27 11:00:54 -04:00
|
|
|
command: "sh scripts/setup_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-27 20:07:00 -04:00
|
|
|
command: "devbox run start: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-10-02 01:40:49 -04:00
|
|
|
hway:
|
2024-09-27 11:00:54 -04:00
|
|
|
namespace: testnet
|
2024-10-02 01:40:49 -04:00
|
|
|
command: "devbox run start:hway"
|
2024-09-27 11:00:54 -04:00
|
|
|
restart: on_failure
|
|
|
|
max_restarts: 1
|
|
|
|
depends:
|
|
|
|
- ipfs
|
|
|
|
- sonr
|
|
|
|
|
2024-09-26 15:58:49 -04:00
|
|
|
tunnel:
|
|
|
|
namespace: public
|
2024-09-27 11:00:54 -04:00
|
|
|
command: "cloudflared tunnel run --token $TUNNEL_TOKEN"
|
2024-09-26 15:58:49 -04:00
|
|
|
restart: on_failure
|
|
|
|
max_restarts: 1
|
|
|
|
depends:
|
|
|
|
- caddy
|