mirror of
https://github.com/vimagick/dockerfiles.git
synced 2026-01-04 03:54:55 +01:00
add nostream
This commit is contained in:
17
nostream/README.md
Normal file
17
nostream/README.md
Normal file
@@ -0,0 +1,17 @@
|
||||
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
|
||||
Reference in New Issue
Block a user