mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 02:11:56 +00:00
.
This commit is contained in:
@@ -26,4 +26,20 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
IoT:
|
IoT:
|
||||||
external: true
|
external: true
|
||||||
|
```
|
||||||
|
|
||||||
|
<p><i>mosquitto.conf</i></p>
|
||||||
|
``` text
|
||||||
|
## List ports listen to
|
||||||
|
listener 1883
|
||||||
|
listener 8883
|
||||||
|
|
||||||
|
## Certificates and keys issued for local domain 192.168.10.16
|
||||||
|
cafile /mosquitto/config/certs/esp32_ca.crt
|
||||||
|
certfile /mosquitto/config/certs/esp32.crt
|
||||||
|
keyfile /mosquitto/config/certs/esp32.key
|
||||||
|
|
||||||
|
allow_anonymous true
|
||||||
|
persistence true
|
||||||
|
persistence_location /srv/dev-disk-by-label/docker/columes/mosquitto/data/
|
||||||
```
|
```
|
Reference in New Issue
Block a user