feat: add hway and sonr processes to dev environment

This commit is contained in:
Prad Nukala
2024-10-03 19:25:42 -04:00
parent f75ff0d3be
commit e63ec7f22a
4 changed files with 87 additions and 3 deletions
+35
View File
@@ -0,0 +1,35 @@
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
max_restarts: 1
depends:
- ipfs
hway:
namespace: testnet
command: "devbox run start:hway"
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
+3 -2
View File
@@ -13,13 +13,14 @@ processes:
namespace: testnet
command: "devbox run start:testnet"
restart: on_failure
env:
max_restarts: 1
depends:
- ipfs
motr:
hway:
namespace: testnet
command: "devbox run start:motr"
command: "hway start"
restart: on_failure
max_restarts: 1
depends: