mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-04 18:00:20 +00:00
Added mqtt
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
parent
b9240a6545
commit
6979312ca1
@ -66,3 +66,11 @@ services:
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /homeautomation-config/portainer:/data
|
||||
|
||||
mosquitto:
|
||||
container_name: mosquitto
|
||||
image: eclipse-mosquitto
|
||||
restart: always
|
||||
network_mode: host
|
||||
volumes:
|
||||
- /homeautomation-config/mosquitto:/mosquitto
|
||||
|
Loading…
Reference in New Issue
Block a user