mirror of
https://github.com/vimagick/dockerfiles.git
synced 2026-01-02 02:57:26 +01:00
add hcfg
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user