mirror of
https://github.com/Gurkengewuerz/casait-has.git
synced 2025-01-18 15:36:28 +01:00
15 lines
363 B
YAML
15 lines
363 B
YAML
|
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
|
||
|
|