1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-04 10:34:49 +02:00
dockerfiles/hass/docker-compose.yml

16 lines
253 B
YAML
Raw Normal View History

2016-10-31 05:28:34 +02:00
hass:
2017-04-21 16:34:14 +02:00
image: vimagick/hass:debian
2016-10-31 05:28:34 +02:00
volumes:
2017-04-21 16:34:14 +02:00
- ./data:/etc/hass
2016-10-31 06:57:30 +02:00
net: host
2017-04-20 12:38:07 +02:00
privileged: yes
restart: unless-stopped
hcfg:
image: vimagick/hcfg
volumes:
2017-04-21 16:34:14 +02:00
- ./data:/etc/hass
2017-04-20 12:38:07 +02:00
net: host
working_dir: /etc/hass
2016-10-31 05:28:34 +02:00
restart: unless-stopped