mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
update hass
This commit is contained in:
parent
5da3f7dd40
commit
4bac0d20ac
10
README.md
10
README.md
@ -44,6 +44,13 @@ A collection of delicious docker recipes.
|
|||||||
- [ ] youtube-upload
|
- [ ] youtube-upload
|
||||||
- [ ] xl2tpd
|
- [ ] xl2tpd
|
||||||
|
|
||||||
|
## IoT
|
||||||
|
|
||||||
|
- [x] hass
|
||||||
|
- [x] hass-arm
|
||||||
|
- [x] node-red :+1:
|
||||||
|
- [x] node-red-arm :+1:
|
||||||
|
|
||||||
## Daemon
|
## Daemon
|
||||||
|
|
||||||
- [x] alpine-arm :+1:
|
- [x] alpine-arm :+1:
|
||||||
@ -118,7 +125,6 @@ A collection of delicious docker recipes.
|
|||||||
- [x] dokuwiki-arm :+1:
|
- [x] dokuwiki-arm :+1:
|
||||||
- [x] gogs-arm :cn:
|
- [x] gogs-arm :cn:
|
||||||
- [x] grafana
|
- [x] grafana
|
||||||
- [x] hass
|
|
||||||
- [x] hugo
|
- [x] hugo
|
||||||
- [x] hugo-arm
|
- [x] hugo-arm
|
||||||
- [x] jamapi
|
- [x] jamapi
|
||||||
@ -132,8 +138,6 @@ A collection of delicious docker recipes.
|
|||||||
- [x] nextcloud :+1:
|
- [x] nextcloud :+1:
|
||||||
- [x] nginad
|
- [x] nginad
|
||||||
- [x] nodebb :+1:
|
- [x] nodebb :+1:
|
||||||
- [x] node-red :+1:
|
|
||||||
- [x] node-red-arm :+1:
|
|
||||||
- [x] opencart
|
- [x] opencart
|
||||||
- [x] openrefine
|
- [x] openrefine
|
||||||
- [x] phpbb
|
- [x] phpbb
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
hass:
|
hass:
|
||||||
image: easypi/hass-arm
|
image: easypi/hass-arm
|
||||||
ports:
|
|
||||||
- "8123:8123"
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/etc/hass
|
- ./data:/etc/hass
|
||||||
|
net: host
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
hass:
|
hass:
|
||||||
image: vimagick/hass
|
image: vimagick/hass
|
||||||
ports:
|
|
||||||
- "8123:8123"
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/etc/hass
|
- ./data:/etc/hass
|
||||||
|
net: host
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
Loading…
Reference in New Issue
Block a user