This commit is contained in:
Prad Nukala
2024-09-22 01:26:15 -04:00
parent 9a6de8d24e
commit df96e8d562
10 changed files with 108 additions and 101 deletions
+3 -3
View File
@@ -3,14 +3,14 @@ version: "0.6"
processes:
sonr:
namespace: testnet
command: "devbox run sonr"
command: "devbox run serve:sonr"
restart: on_failure
max_restarts: 3
depends:
caddy:
namespace: testnet
command: "devbox run xcaddy"
command: "devbox run serve:xcaddy"
restart: on_failure
max_restarts: 3
depends:
@@ -18,7 +18,7 @@ processes:
air:
namespace: testnet
command: "devbox run air"
command: "devbox run serve:air"
restart: on_failure
max_restarts: 3
depends:
+2 -2
View File
@@ -3,14 +3,14 @@ version: "0.6"
processes:
sonr:
namespace: testnet
command: "make sh-testnet"
command: "devbox run serve:sonr"
restart: on_failure
max_restarts: 3
depends:
caddy:
namespace: testnet
command: "make xcaddy"
command: "devbox run serve:xcaddy"
restart: on_failure
max_restarts: 3
depends: