chore: update caddy configuration

This commit is contained in:
Prad Nukala
2024-09-26 15:58:49 -04:00
parent 6df798f458
commit 08035b6f85
15 changed files with 351 additions and 65 deletions
+13 -4
View File
@@ -13,14 +13,23 @@ processes:
namespace: testnet
command: "make sh-testnet"
restart: on_failure
max_restarts: 3
max_restarts: 1
depends:
- ipfs
proxy:
motr:
namespace: testnet
command: "devbox run proxy"
command: "make start-proxy"
restart: on_failure
max_restarts: 3
max_restarts: 1
depends:
- sonr
- ipfs
tunnel:
namespace: public
command: "devbox run start:tunnel"
restart: on_failure
max_restarts: 1
depends:
- caddy