feat: add local IPFS bootstrap script and refactor devbox config

This commit is contained in:
Prad Nukala
2024-09-26 14:51:14 -04:00
parent a190e1eac6
commit 6df798f458
23 changed files with 590 additions and 324 deletions
+13 -4
View File
@@ -1,17 +1,26 @@
version: "0.6"
processes:
air:
ipfs:
namespace: testnet
command: "devbox run serve:air"
command: "sh scripts/bootstrap_ipfs.sh"
background: true
availability:
restart: on_failure
max_restarts: 3
max_restarts: 0
sonr:
namespace: testnet
command: "devbox run serve:sonr"
command: "make sh-testnet"
restart: on_failure
max_restarts: 3
depends:
- ipfs
proxy:
namespace: testnet
command: "devbox run proxy"
restart: on_failure
max_restarts: 3
depends:
- sonr