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