added mosquitto config

This commit is contained in:
Sebastian Wendel 2023-02-14 22:59:30 +01:00
parent dcf58a770d
commit b6a60f1184
No known key found for this signature in database
GPG Key ID: 14ED8B1EC3371ECE
2 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,8 @@ services:
restart: always
ports:
- 1883:1883
volumes:
- ./mosquitto.conf:/mosquitto/config/mosquitto.conf
influxdb:
# https://hub.docker.com/_/influxdb

View File

@ -0,0 +1,2 @@
listener 1883
allow_anonymous true