1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
dockerfiles/hass/docker-compose.yml

16 lines
253 B
YAML
Raw Normal View History

2016-10-31 03:28:34 +00:00
hass:
2017-04-21 14:34:14 +00:00
image: vimagick/hass:debian
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: vimagick/hcfg
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