mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-09 10:14:41 +00:00
add dev home assistant
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
homeassistant:
|
||||
name: Dev
|
||||
unit_system: metric
|
||||
time_zone: Europe/Sofia
|
||||
|
||||
http:
|
||||
server_port: 8124
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
|
||||
services:
|
||||
homeassistant-dev:
|
||||
container_name: home-assistant-dev
|
||||
image: homeassistant/home-assistant:stable
|
||||
volumes:
|
||||
- ../config-dev:/config
|
||||
environment:
|
||||
- TZ=Europe/Sofia
|
||||
network_mode: host
|
||||
Reference in New Issue
Block a user