removed homeassistant

This commit is contained in:
2025-03-18 23:53:56 -07:00
parent da9ee87977
commit 805200cd47
51 changed files with 25580 additions and 1080 deletions

View File

@@ -1,15 +1,16 @@
services:
homeassistant:
image: lscr.io/linuxserver/homeassistant:latest
image: homeassistant/home-assistant:latest
container_name: homeassistant
environment:
- PUID=2000
- PGID=2000
- TZ=America/Los_Angeles
volumes:
- /opt/docker/conf/homeassistant:/config
- homeassistant_data:/config
#- /opt/docker/conf/homeassistant:/config
ports:
- 80:8123 #optional
- 8123:8123 #optional
# devices:
# - /path/to/device:/path/to/device #optional
restart: unless-stopped
@@ -20,11 +21,11 @@ services:
- homepage.name=Home Assistant
- homepage.icon=si-homeassistant
- homepage.description=Home Automation (esh)
- homepage.href=http://10.0.50.46
- homepage.href=http://10.0.50.45:8123
networks:
macvlan-net:
ipv4_address: 10.0.50.46
- traefik-net
networks:
macvlan-net:
traefik-net:
external: true
name: macvlan-net
volumes:
homeassistant_data: null