sonr/process-compose.yaml
Prad Nukala 779a45121b
feature/proxied registration (#26)
* chore: ignore mprocs configuration files

* feat(macaroon): add macaroon module

* chore: update module dependencies
2024-09-26 18:01:49 -04:00

27 lines
465 B
YAML

version: "0.6"
processes:
ipfs:
namespace: testnet
command: "sh scripts/bootstrap_ipfs.sh"
background: true
availability:
restart: on_failure
max_restarts: 0
sonr:
namespace: testnet
command: "make sh-testnet"
restart: on_failure
max_restarts: 1
depends:
- ipfs
tunnel:
namespace: public
command: "devbox run start:tunnel"
restart: on_failure
max_restarts: 1
depends:
- caddy