Files
homeprod/docker/home/home-assistant/docker-compose.yml
dependabot[bot] 30466497b8 build(deps): bump home-assistant/home-assistant
Bumps [home-assistant/home-assistant](https://github.com/home-assistant/core) from 2025.11.2 to 2025.11.3.
- [Release notes](https://github.com/home-assistant/core/releases)
- [Commits](https://github.com/home-assistant/core/compare/2025.11.2...2025.11.3)

---
updated-dependencies:
- dependency-name: home-assistant/home-assistant
  dependency-version: 2025.11.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-21 23:06:25 +00:00

34 lines
757 B
YAML

services:
homeassistant:
container_name: homeassistant
image: "ghcr.io/home-assistant/home-assistant:2025.11.3"
ports:
- "8123"
networks:
- default
- proxy
environment:
- TZ=Europe/Paris
volumes:
- ha_config:/config
- /etc/localtime:/etc/localtime:ro
- /run/dbus:/run/dbus:ro
restart: unless-stopped
labels:
- "traefik.enable=true"
- "traefik.http.routers.homeassistant.rule=Host(`homeassistant.lan`)"
- "traefik.http.services.homeassistant.loadbalancer.server.port=8123"
volumes:
ha_config:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/app/home-assistant/config'
networks:
proxy:
external: true
name: proxy