From 3d99beff2308e70f456945d27b9b1eb0bbac4e4a Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Fri, 28 Mar 2025 21:40:56 -0500 Subject: [PATCH] Home automation: Remove disabled services --- docker/homeautomation/docker-compose.yaml | 107 +++------------------- 1 file changed, 14 insertions(+), 93 deletions(-) diff --git a/docker/homeautomation/docker-compose.yaml b/docker/homeautomation/docker-compose.yaml index 346e9660..54d09a69 100644 --- a/docker/homeautomation/docker-compose.yaml +++ b/docker/homeautomation/docker-compose.yaml @@ -25,20 +25,20 @@ services: - 8300:8300 extra_hosts: - host.docker.internal:host-gateway - mosquitto: - container_name: mosquitto - image: eclipse-mosquitto - restart: unless-stopped - environment: - - TZ=Europe/Helsinki - networks: - - homeautomation - ports: - - 1883:1883 - - 8866:8866 - volumes: - - mosquitto:/mosquitto - - /etc/localtime:/etc/localtime:ro + # mosquitto: + # container_name: mosquitto + # image: eclipse-mosquitto + # restart: unless-stopped + # environment: + # - TZ=Europe/Helsinki + # networks: + # - homeautomation + # ports: + # - 1883:1883 + # - 8866:8866 + # volumes: + # - mosquitto:/mosquitto + # - /etc/localtime:/etc/localtime:ro piper_english: container_name: piper_english image: rhasspy/wyoming-piper @@ -75,85 +75,6 @@ services: volumes: - whisper_english:/data - /etc/localtime:/etc/localtime:ro - openwakeword_english: - container_name: openwakeword_english - image: rhasspy/wyoming-openwakeword - restart: unless-stopped - environment: - - TZ=Europe/Helsinki - networks: - - homeautomation - command: - - --preload-model - - ok_nabu - depends_on: - - home-assistant - volumes: - - openwakeword_english:/data - - /etc/localtime:/etc/localtime:ro - microphone: - build: https://github.com/rhasspy/wyoming-mic-external.git - image: rhasspy/wyoming-mic-external - container_name: microphone - restart: unless-stopped - devices: - - /dev/snd:/dev/snd - ports: - - 10600:10600 - group_add: - - audio - networks: - - homeautomation - command: - - --device - - plughw:CARD=USB,DEV=0 - - --debug - volumes: - - /etc/localtime:/etc/localtime:ro - speaker: - build: https://github.com/rhasspy/wyoming-snd-external.git - image: rhasspy/wyoming-snd-external - container_name: speaker - restart: unless-stopped - devices: - - /dev/snd:/dev/snd - ports: - - 10601:10601 - group_add: - - audio - networks: - - homeautomation - command: - - --device - - iec958:CARD=USB,DEV=0 - - --debug - volumes: - - /etc/localtime:/etc/localtime:ro - satellite: - build: https://github.com/rhasspy/wyoming-satellite.git - image: rhasspy/wyoming-satellite - container_name: satellite - restart: unless-stopped - ports: - - 10700:10700 - networks: - - homeautomation - depends_on: - - speaker - - microphone - - whisper_english - command: - - --name - - ha-server-satellite - - --mic-uri - - tcp://microphone:10600 - - --snd-uri - - tcp://speaker:10601 - - --wake-uri - - tcp://openwakeword_english:10400 - - --debug - volumes: - - /etc/localtime:/etc/localtime:ro networks: homeautomation: external: false