Skip to content

jharmn/docker-homebridge-homeassistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-homebridge-homeassistant

Unofficial Docker image for Home Assistant for Homebridge.

Configuration

As homebridge-homeassistant currently requires a .homebridge directory in the user's home directory, configuration is a little tricky. As such, the Dockerfile specifies the user as root, and exposes /root as a volume.

You'll need to create a .homebridge directory inside of whatever you map to /root.

With docker-compose:

  homebridge:
    restart: always
    image: jharmn/docker-homebridge-homeassistant
    net: host
    volumes:
      - ./homebridge_config:/root # contains .homebridge + .homebridge/config.json
      - /etc/localtime:/etc/localtime 
    ports:
      - "5353:5353"
      - "51826:51826"

See Homebridge-homeassistant for more on configuring config.json.

About

Unofficial Docker image for Home Assistant for Homebridge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published