From 9327a3f953d0a4bbc1273dd44826f00f421cce58 Mon Sep 17 00:00:00 2001 From: Elias Fink Date: Tue, 11 Nov 2025 22:56:28 +0100 Subject: [PATCH] Remove home assistant --- home-assistant/compose.yml | 17 ----------------- traefik/config/services/home-assistant.yml | 15 --------------- 2 files changed, 32 deletions(-) delete mode 100644 home-assistant/compose.yml delete mode 100644 traefik/config/services/home-assistant.yml diff --git a/home-assistant/compose.yml b/home-assistant/compose.yml deleted file mode 100644 index ef421ba..0000000 --- a/home-assistant/compose.yml +++ /dev/null @@ -1,17 +0,0 @@ -# /services/home-assistant/compose.yml - -services: - home-assistant: - image: homeassistant/home-assistant:2025.7 - container_name: home-assistant - restart: always - networks: - - traefik - volumes: - - ./data:/config - - /etc/localtime:/etc/localtime:ro - - /run/dbus:/run/dbus:ro - -networks: - traefik: - external: true \ No newline at end of file diff --git a/traefik/config/services/home-assistant.yml b/traefik/config/services/home-assistant.yml deleted file mode 100644 index 52e82ed..0000000 --- a/traefik/config/services/home-assistant.yml +++ /dev/null @@ -1,15 +0,0 @@ -# /services/traefik/config/services/home-assistant.yml - -http: - routers: - smarthome: - entryPoints: - - https - rule: Host(`smarthome.eliasfink.de`) - service: home-assistant - - services: - home-assistant: - loadBalancer: - servers: - - url: http://home-assistant:8123 \ No newline at end of file