sonr/process-compose.yaml

18 lines
306 B
YAML
Raw Normal View History

2024-09-14 14:27:45 -04:00
version: "0.6"
processes:
2024-09-25 19:49:16 -04:00
air:
2024-09-14 14:27:45 -04:00
namespace: testnet
2024-09-25 19:49:16 -04:00
command: "devbox run serve:air"
2024-09-14 14:27:45 -04:00
background: true
availability:
restart: on_failure
max_restarts: 3
sonr:
namespace: testnet
2024-09-25 19:49:16 -04:00
command: "devbox run serve:sonr"
2024-09-14 14:27:45 -04:00
restart: on_failure
max_restarts: 3
depends: