mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-02 09:21:34 +02:00
16 lines
250 B
YAML
16 lines
250 B
YAML
hass:
|
|
image: easypi/hass-arm
|
|
volumes:
|
|
- ./data:/etc/hass
|
|
net: host
|
|
privileged: yes
|
|
restart: unless-stopped
|
|
|
|
hcfg:
|
|
image: easypi/hcfg-arm
|
|
volumes:
|
|
- ./data:/etc/hass
|
|
net: host
|
|
working_dir: /etc/hass
|
|
restart: unless-stopped
|