1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/hass/arm/docker-compose.yml
2017-04-21 22:34:14 +08:00

16 lines
257 B
YAML

hass:
image: easypi/hass-arm:debian
volumes:
- ./data:/etc/hass
net: host
privileged: yes
restart: unless-stopped
hcfg:
image: easypi/hcfg-arm
volumes:
- ./data:/etc/hass
net: host
working_dir: /etc/hass
restart: unless-stopped