Remove home assistant
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user