mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-04-29 06:48:16 +00:00
12 lines
226 B
YAML
12 lines
226 B
YAML
version: "3"
|
|
|
|
services:
|
|
homeassistant-dev:
|
|
container_name: homeassistant-dev
|
|
image: homeassistant/home-assistant:stable
|
|
volumes:
|
|
- ./:/config
|
|
environment:
|
|
- TZ=Europe/Sofia
|
|
network_mode: host
|