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

18 lines
380 B
Markdown

nostream
========
[Nostream][1] is a nostr relay, written in Typescript.
## Up and Running
```bash
$ 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
```
[1]: https://github.com/Cameri/nostream