1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
dockerfiles/nostream/README.md

18 lines
380 B
Markdown
Raw Normal View History

2023-02-07 08:15:56 +00:00
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