mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-30 09:16:58 +02:00
16 lines
253 B
YAML
16 lines
253 B
YAML
hass:
|
|
image: vimagick/hass:debian
|
|
volumes:
|
|
- ./data:/etc/hass
|
|
net: host
|
|
privileged: yes
|
|
restart: unless-stopped
|
|
|
|
hcfg:
|
|
image: vimagick/hcfg
|
|
volumes:
|
|
- ./data:/etc/hass
|
|
net: host
|
|
working_dir: /etc/hass
|
|
restart: unless-stopped
|