Skip to content

racksync/home-assistant-docker-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Home Assistant Core Deployment with docker-compose

alt text

What is this ?

This is an example Home Assistant Core and Basic Companion stack with docker-compose

Disclaimer

This repository just for example/development purpose, please use it with your own risk.

Change requirement value

Rename or Copy default.env to .env

cp default.env .env

Running with docker-compose

docker-compose up -d 

Configure

  1. Setting Node-RED credentials in settings.js within node-red directory

  2. Setting proper serial port for zigbee dongle at

    devices:
      - /dev/ttyACM0:/dev/ttyACM0
  1. Access Home Assistant as you wish

Access Companion

If you deploy on remote please access with ip address that you running at

Quick version jumping

When you need to change companion version

change default value in .env file as you wish

Variable Default value
SET_TZ latest
HA_VER latest
Z2M_VER latest
NR_VER latest

rebuild with

docker-compose up -d --no-deps --build <service>

Issue

please check the issue tracker for similar issues before creating one.

Credits

Home Automation Consultant Services

About

Docker-Compose Quick Start for Home Assistant

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages