fix: remove unnecessary background and restart settings from process-compose.yaml

This commit is contained in:
Prad Nukala
2024-12-08 13:00:38 -05:00
parent 3cb72d89e9
commit cfce4ba460
2 changed files with 15 additions and 9 deletions
-4
View File
@@ -3,16 +3,12 @@ version: "0.6"
processes:
sonr:
namespace: devnet
background: true
command: "make sh-testnet"
restart: never
max_restarts: 1
hway:
namespace: devnet
background: true
command: "./build/hway"
restart: never
max_restarts: 1
depends:
- sonr