mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-08 04:04:42 +02:00
update nanomq
This commit is contained in:
parent
bab4d5bed2
commit
264618a8da
@ -9,8 +9,11 @@ Messaging Bus for SDV.
|
||||
|
||||
```bash
|
||||
$ mkdir -p data/{etc,log,var}
|
||||
$ wget -P data/etc https://github.com/nanomq/nanomq/raw/master/etc/nanomq.conf
|
||||
$ vi data/etc/nanomq.conf
|
||||
$ cd data/etc
|
||||
$ wget https://github.com/nanomq/nanomq/raw/master/etc/nanomq.conf
|
||||
$ vi nanomq.conf
|
||||
$ ssh-keygen -t rsa -b 4096 -m PEM -N '' -f jwtRS256.key
|
||||
$ openssl rsa -in jwtRS256.key -pubout -outform PEM -out jwtRS256.key.pub
|
||||
$ docker compose up -d
|
||||
$ curl -u admin:public http://192.168.42.156:8081/api/v4/brokers
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user