2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-24 22:39:25 +01:00
Files
dockerfiles_vimagick/hass
2016-11-26 00:17:53 +08:00
..
2016-11-26 00:17:53 +08:00
2016-10-31 12:57:30 +08:00
2016-11-26 00:17:53 +08:00
2016-11-17 12:23:02 +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.