Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 512 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 512 Bytes

HAVEN unofficial docker repo

This repo is used to maintain a docker image of bitvora/haven.

Usage

  1. 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
  2. Change the values in .env

  3. Start the relay with docker compose

    docker compose up -d
    docker logs -f haven # follow container logs