moved mqtt configuration into an own folder
This commit is contained in:
parent
fbd635b26b
commit
f042d7f3ea
|
@ -7,7 +7,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 1883:1883
|
- 1883:1883
|
||||||
volumes:
|
volumes:
|
||||||
- ./mosquitto.conf:/mosquitto/config/mosquitto.conf
|
- ../mqtt/mosquitto.conf:/mosquitto/config/mosquitto.conf
|
||||||
|
|
||||||
influxdb:
|
influxdb:
|
||||||
# https://hub.docker.com/_/influxdb
|
# https://hub.docker.com/_/influxdb
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
listener 1883
|
|
||||||
allow_anonymous true
|
|
Loading…
Reference in a new issue