/nostr-relays

configurations for my Nostr relays

Nostr relays operated by jiftechnify

Memo: How to Deploy Relays

  1. clone repo

    git clone git@github.com:jiftechnify/nostr-relays.git --recursive
  2. create Docker network

    docker network create nostr_relays
  3. build nozokimado for shiritori relay

    cd shiritori/nozokimado
    # first time only
    npm install
    npm run build
  4. deploy Yomi API server (for shiritori relay) to somewhere

  5. fill .env files: .env and shiritori/.env

  6. start up containers!

    docker compose up -d