Track peers by default on the seed server

This commit is contained in:
Adam Szkoda 2023-02-28 10:16:58 +01:00 committed by Alexis Sellier
parent 1bb6f9a921
commit 7cb7d3a4a2
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View File

@ -1 +1,2 @@
RADICLE_DOMAIN=seed.radicle.xyz
RADICLE_NODE_OPTIONS=--tracking-policy track

View File

@ -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: .