mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-04 18:00:20 +00:00
Remove mosquitto
This commit is contained in:
parent
157301645d
commit
81d9fad8a8
@ -16,7 +16,6 @@ services:
|
||||
- "8123:8123"
|
||||
depends_on:
|
||||
- deconz
|
||||
- mosquitto
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
|
||||
@ -85,17 +84,6 @@ services:
|
||||
- "traefik.docker.network=proxy"
|
||||
- "traefik.http.services.node.loadbalancer.server.port=1880"
|
||||
|
||||
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
|
||||
|
||||
mariadb:
|
||||
container_name: mariadb-hass
|
||||
image: mariadb
|
||||
|
Loading…
Reference in New Issue
Block a user