Add mosquitto back
This commit is contained in:
parent
2467b69b88
commit
ada64e2923
1 changed files with 11 additions and 0 deletions
|
@ -55,6 +55,17 @@ services:
|
||||||
devices:
|
devices:
|
||||||
- /dev/ttyACM0
|
- /dev/ttyACM0
|
||||||
|
|
||||||
|
mosquitto:
|
||||||
|
container_name: mosquitto
|
||||||
|
image: eclipse-mosquitto
|
||||||
|
environment:
|
||||||
|
- TZ=Europe/Helsinki
|
||||||
|
network_mode: host
|
||||||
|
volumes:
|
||||||
|
- /docker/homeautomation/mosquitto:/mosquitto
|
||||||
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
restart: always
|
||||||
|
|
||||||
node-red:
|
node-red:
|
||||||
container_name: node-red
|
container_name: node-red
|
||||||
image: nodered/node-red
|
image: nodered/node-red
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue