casait-has/compose.yml

15 lines
363 B
YAML
Raw Normal View History

2025-01-03 22:01:49 +01:00
services:
has:
image: ghcr.io/home-assistant/home-assistant:stable
restart: unless-stopped
ports:
- "8123:8123"
volumes:
- ./custom_components/smart_home:/config/custom_components/smart_home
- .ha/config:/config
- /etc/localtime:/etc/localtime:ro
- /run/dbus:/run/dbus:ro
environment:
- TZ=Europe/Berlin