fix: reduce motr proxy shutdown timeout

This commit is contained in:
Prad Nukala
2024-09-27 11:00:54 -04:00
parent 162e246307
commit 4463bf6ffb
9 changed files with 43 additions and 42 deletions
+11 -2
View File
@@ -3,7 +3,7 @@ version: "0.6"
processes:
ipfs:
namespace: testnet
command: "sh scripts/bootstrap_ipfs.sh"
command: "sh scripts/setup_ipfs.sh"
background: true
availability:
restart: on_failure
@@ -17,9 +17,18 @@ processes:
depends:
- ipfs
motr:
namespace: testnet
command: "make start-motr"
restart: on_failure
max_restarts: 1
depends:
- ipfs
- sonr
tunnel:
namespace: public
command: "devbox run start:tunnel"
command: "cloudflared tunnel run --token $TUNNEL_TOKEN"
restart: on_failure
max_restarts: 1
depends: