Skip to content

Provides a base config for homeassistant running in docker on a raspberry pi 3.

Notifications You must be signed in to change notification settings

mactijn/docker-compose-raspberrypi3-homeassistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository represents a home-assistant setup for the Raspberry pi 3 running Docker.

Currently this provides you with a Home Assistant server on http://raspberrypi.local:8123 and an MQTT server (mosquitto) on port 1883.

Installation

Prerequisites

  • Docker: curl -sSL https://get.docker.com | sh
  • Docker-compose: pip install docker-compose
  • This repository: git clone https://github.com/mactijn/docker-compose-raspberrypi3-homeassistant.git ./homeassistant

Furthermore you will need to generate a mosquitto password file:

$ touch mosquitto/config/users.passwd
$ docker-compose run --rm --no-deps -v "$(pwd)/mosquitto/config/users.passwd:/passwd" mosquitto mosquitto_passwd -b /passwd username password

Running Home Assistant

$ docker-compose build && docker-compose pull && docker-compose up -d

About

Provides a base config for homeassistant running in docker on a raspberry pi 3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published