dockerfiles/nostream
kev a6a3f5bcaf add nostream 2023-02-07 16:15:56 +08:00
..
README.md add nostream 2023-02-07 16:15:56 +08:00
docker-compose.yml add nostream 2023-02-07 16:15:56 +08:00

nostream

Nostream is a nostr relay, written in Typescript.

Up and Running

$ mkdir -p data/{nostream,redis,postgres}
$ cd data/nostream
$ wget https://github.com/Cameri/nostream/raw/main/resources/default-settings.yaml -O settings.yaml
$ vim settings.yaml
$ docker-compose up -d
$ curl http://127.0.0.1:8008