refactor: remove docker build and deployment

This commit is contained in:
Prad Nukala
2024-10-08 17:32:49 -04:00
parent 2970497683
commit e928ce22b4
3 changed files with 0 additions and 21 deletions
-3
View File
@@ -1,3 +0,0 @@
FROM scratch
ENTRYPOINT ["/sonrd"]
COPY sonrd /
-25
View File
@@ -1,25 +0,0 @@
version: "0.6"
processes:
ipfs:
namespace: testnet
command: "sh scripts/setup_ipfs.sh"
background: true
availability:
restart: on_failure
max_restarts: 0
sonr:
namespace: testnet
command: "devbox run start:testnet"
restart: on_failure
env:
max_restarts: 1
depends:
- ipfs
tunnel:
namespace: public
command: "cloudflared tunnel run --token $TUNNEL_TOKEN"
restart: on_failure
max_restarts: 1