-
clone repo
git clone git@github.com:jiftechnify/nostr-relays.git --recursive
-
create Docker network
docker network create nostr_relays
-
build nozokimado for shiritori relay
cd shiritori/nozokimado # first time only npm install npm run build
-
deploy Yomi API server (for shiritori relay) to somewhere
-
fill .env files:
.env
andshiritori/.env
-
start up containers!
docker compose up -d