1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
dockerfiles/nostream/README.md
2023-02-07 16:15:56 +08:00

380 B

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