This repo is used to maintain a docker image of bitvora/haven.
-
Create copies of the example files in this repo
cp relays_blastr.example.json relays_blastr.json cp relays_import.example.json relays_import.json cp .env.example .env
-
Change the values in
.env
-
Start the relay with docker compose
docker compose up -d docker logs -f haven # follow container logs