1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
dockerfiles/hass
2017-04-08 13:29:38 +08:00
..
arm update hass 2017-04-08 13:29:38 +08:00
docker-compose.yml update hass 2016-10-31 12:57:30 +08:00
Dockerfile update hass 2017-04-08 13:29:38 +08:00
README.md update hass 2016-11-26 21:44:33 +08:00

home-assistant

docker-compose.yml

hass:
  image: vimagick/hass
  volumes:
    - ./data:/etc/hass
  net: host
  restart: unless-stopped

up and running

$ docker-compose up -d
$ docker-compose logs -f
$ curl http://localhost:8123

More python packages will be installed during startup. The missing package can be installed: pip install --target=data sqlalchemy==1.1.3.