Files
sonr/deploy/process-compose.yaml
T

18 lines
276 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
2024-09-21 21:42:51 -04:00
command: "make xcaddy"
2024-09-19 02:04:22 -04:00
restart: on_failure
max_restarts: 3
depends:
- sonr