2024-10-01 22:02:14 -04:00
|
|
|
version: "0.6"
|
|
|
|
|
|
|
|
|
|
processes:
|
|
|
|
|
ipfs:
|
|
|
|
|
namespace: testnet
|
|
|
|
|
command: "sh scripts/setup_ipfs.sh"
|
|
|
|
|
background: true
|
|
|
|
|
availability:
|
|
|
|
|
restart: on_failure
|
|
|
|
|
max_restarts: 0
|
|
|
|
|
|
|
|
|
|
sonr:
|
|
|
|
|
namespace: testnet
|
|
|
|
|
command: "devbox run start:testnet"
|
|
|
|
|
restart: on_failure
|
2024-10-03 19:25:42 -04:00
|
|
|
env:
|
2024-10-01 22:02:14 -04:00
|
|
|
max_restarts: 1
|
|
|
|
|
depends:
|
|
|
|
|
- ipfs
|
|
|
|
|
|
2024-10-03 19:25:42 -04:00
|
|
|
hway:
|
2024-10-01 22:02:14 -04:00
|
|
|
namespace: testnet
|
2024-10-03 19:25:42 -04:00
|
|
|
command: "hway start"
|
2024-10-01 22:02:14 -04:00
|
|
|
restart: on_failure
|
|
|
|
|
max_restarts: 1
|
|
|
|
|
depends:
|
|
|
|
|
- ipfs
|
|
|
|
|
- sonr
|
|
|
|
|
|
|
|
|
|
tunnel:
|
|
|
|
|
namespace: public
|
|
|
|
|
command: "cloudflared tunnel run --token $TUNNEL_TOKEN"
|
|
|
|
|
restart: on_failure
|
|
|
|
|
max_restarts: 1
|
|
|
|
|
depends:
|
|
|
|
|
- caddy
|