sonr/process-compose.yaml

36 lines
643 B
YAML
Raw Normal View History

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-09-26 15:58:49 -04:00
max_restarts: 1
depends:
- ipfs
hway:
namespace: testnet
command: "devbox run start:hway"
restart: on_failure
max_restarts: 1
depends:
- ipfs
- sonr
2024-09-26 15:58:49 -04:00
tunnel:
namespace: public
command: "cloudflared tunnel run --token $TUNNEL_TOKEN"
2024-09-26 15:58:49 -04:00
restart: on_failure
max_restarts: 1
depends:
- caddy