added mosquitto config
This commit is contained in:
parent
dcf58a770d
commit
b6a60f1184
|
@ -6,6 +6,8 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 1883:1883
|
- 1883:1883
|
||||||
|
volumes:
|
||||||
|
- ./mosquitto.conf:/mosquitto/config/mosquitto.conf
|
||||||
|
|
||||||
influxdb:
|
influxdb:
|
||||||
# https://hub.docker.com/_/influxdb
|
# https://hub.docker.com/_/influxdb
|
||||||
|
|
2
software/container/mosquitto.conf
Normal file
2
software/container/mosquitto.conf
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
listener 1883
|
||||||
|
allow_anonymous true
|
Loading…
Reference in a new issue