Files
sonr/process-compose.yaml
T

26 lines
486 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-10-06 20:07:24 -04:00
env:
max_restarts: 1
depends:
- ipfs
#
# tunnel:
# namespace: public
# command: "cloudflared tunnel run --token $TUNNEL_TOKEN"
# restart: on_failure
# max_restarts: 1