1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 00:08:49 +00:00
dockerfiles/hass/docker-compose.yml
2017-04-21 22:34:14 +08:00

16 lines
253 B
YAML

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