1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-20 04:59:27 +02:00
dockerfiles/hass/arm/docker-compose.yml

16 lines
250 B
YAML
Raw Normal View History

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