Skip to content

A non-root multiarch non-root HomeAssistant Docker image with HACS.

License

Notifications You must be signed in to change notification settings

padhi-homelab/docker_hass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker_hass

A non-root multiarch HomeAssistant Docker image with HACS.

386 amd64 arm/v6 arm/v7 arm64 ppc64le s390x
✔️ ✔️ ✔️ ✔️ ✔️ ✖️ ✖️

Usage

With Docker

docker run -p 8123:8123 \
           -e DOCKER_UID=`id -u` \
           -e DOCKER_GID=`id -g` \
           -v /path/to/store/config:/config \
           -it padhihomelab/hass

Runs HAss with WebUI served on port 8123.
To run it in background, use the --detach flag.

Usage with Docker Compose is similarly straightforward.
As an example, you can see my configuration in services/hass.