mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-09 10:14:41 +00:00
Move out mosquitto config
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
homeassistant-dev:
|
||||
container_name: homeassistant-dev
|
||||
image: homeassistant/home-assistant:stable
|
||||
volumes:
|
||||
- ../config-dev:/config
|
||||
environment:
|
||||
- TZ=Europe/Sofia
|
||||
network_mode: host
|
||||
Reference in New Issue
Block a user