Files
sonr/deploy/devnet/process-compose.yaml
T

19 lines
293 B
YAML
Raw Normal View History

version: "0.6"
processes:
sonr:
namespace: devnet
background: true
2024-12-05 20:36:58 -05:00
command: "make sh-testnet"
restart: never
max_restarts: 1
2024-11-26 22:05:50 -05:00
hway:
namespace: devnet
2024-11-26 22:05:50 -05:00
background: true
2024-12-05 20:36:58 -05:00
command: "./build/hway"
2024-11-26 22:05:50 -05:00
restart: never
max_restarts: 1
depends:
- sonr