Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
Track peers by default on the seed server
Adam Szkoda committed 3 years ago
commit 7cb7d3a4a27ab33c91c7041896e5573c80fbc00e
parent 1bb6f9a921b797e90699a0c1a6217b16dd5ce5c9
2 files changed +2 -0
modified .env.seed
@@ -1 +1,2 @@
RADICLE_DOMAIN=seed.radicle.xyz
+
RADICLE_NODE_OPTIONS=--tracking-policy track
modified docker-compose.yml
@@ -2,6 +2,7 @@ version: "3.7"
services:
  radicle-node:
    image: gcr.io/radicle-services/radicle-node:${RADICLE_IMAGE_TAG:-latest}
+
    command: ${RADICLE_NODE_OPTIONS}
    build:
      dockerfile: ./radicle-node/Dockerfile
      context: .