Files
sonr/process-compose.yaml
T

18 lines
281 B
YAML
Raw Normal View History

2024-09-07 18:12:58 -04:00
version: "0.6"
processes:
sonr:
namespace: testnet
command: "make sh-testnet"
restart: on_failure
max_restarts: 3
depends:
2024-09-19 02:04:22 -04:00
caddy:
namespace: testnet
command: "make caddy-start"
restart: on_failure
max_restarts: 3
depends:
- sonr