add: edge docker-compose.yaml

This commit is contained in:
Toolf
2024-02-15 15:29:13 +02:00
parent 9a179e09e9
commit b65670861d
5 changed files with 76 additions and 48 deletions

View File

@@ -0,0 +1,11 @@
persistence true
persistence_location /mosquitto/data/
listener 1883
## Authentication ##
allow_anonymous true
# allow_anonymous false
# password_file /mosquitto/config/password.txt
## Log ##
log_dest file /mosquitto/log/mosquitto.log
log_dest stdout
# listener 1883