Added mosquitto
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
parent
6c3655a025
commit
24b11c1710
1 changed files with 8 additions and 0 deletions
|
@ -65,3 +65,11 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- /homeautomation-config/portainer:/data
|
- /homeautomation-config/portainer:/data
|
||||||
|
|
||||||
|
mosquitto:
|
||||||
|
container_name: mosquitto
|
||||||
|
image: eclipse-mosquitto
|
||||||
|
restart: always
|
||||||
|
network_mode: host
|
||||||
|
volumes:
|
||||||
|
- /homeautomation-config/mosquitto:/mosquitto
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue