1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-30 18:51:24 +00:00
dockerfiles/hass/arm/docker-compose.yml

16 lines
250 B
YAML
Raw Normal View History

2016-10-31 03:28:34 +00:00
hass:
2017-04-23 03:24:50 +00:00
image: easypi/hass-arm
2016-10-31 03:28:34 +00:00
volumes:
2017-04-21 14:34:14 +00:00
- ./data:/etc/hass
2016-10-31 04:57:30 +00:00
net: host
2017-04-20 10:38:07 +00:00
privileged: yes
restart: unless-stopped
hcfg:
image: easypi/hcfg-arm
volumes:
2017-04-21 14:34:14 +00:00
- ./data:/etc/hass
2017-04-20 10:38:07 +00:00
net: host
working_dir: /etc/hass
2016-10-31 03:28:34 +00:00
restart: unless-stopped