2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-02 02:57:26 +01:00
This commit is contained in:
kev
2017-04-20 18:38:07 +08:00
parent b9de8e7bbb
commit cee8d8725f
5 changed files with 71 additions and 3 deletions

View File

@@ -1,6 +1,15 @@
hass:
image: easypi/hass-arm
image: easypi/hass-arm:debian
volumes:
- ./data:/etc/hass
- ./data:/etc/hass:ro
net: host
privileged: yes
restart: unless-stopped
hcfg:
image: easypi/hcfg-arm
volumes:
- ./data:/etc/hass:rw
net: host
working_dir: /etc/hass
restart: unless-stopped

View File

@@ -1,6 +1,15 @@
hass:
image: vimagick/hass
volumes:
- ./data:/etc/hass
- ./data:/etc/hass:ro
net: host
privileged: yes
restart: unless-stopped
hcfg:
image: vimagick/hcfg
volumes:
- ./data:/etc/hass:rw
net: host
working_dir: /etc/hass
restart: unless-stopped