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
|
||||
- [ ] xl2tpd
|
||||
|
||||
## IoT
|
||||
|
||||
- [x] hass
|
||||
- [x] hass-arm
|
||||
- [x] node-red :+1:
|
||||
- [x] node-red-arm :+1:
|
||||
|
||||
## Daemon
|
||||
|
||||
- [x] alpine-arm :+1:
|
||||
@ -118,7 +125,6 @@ A collection of delicious docker recipes.
|
||||
- [x] dokuwiki-arm :+1:
|
||||
- [x] gogs-arm :cn:
|
||||
- [x] grafana
|
||||
- [x] hass
|
||||
- [x] hugo
|
||||
- [x] hugo-arm
|
||||
- [x] jamapi
|
||||
@ -132,8 +138,6 @@ A collection of delicious docker recipes.
|
||||
- [x] nextcloud :+1:
|
||||
- [x] nginad
|
||||
- [x] nodebb :+1:
|
||||
- [x] node-red :+1:
|
||||
- [x] node-red-arm :+1:
|
||||
- [x] opencart
|
||||
- [x] openrefine
|
||||
- [x] phpbb
|
||||
|
@ -1,7 +1,6 @@
|
||||
hass:
|
||||
image: easypi/hass-arm
|
||||
ports:
|
||||
- "8123:8123"
|
||||
volumes:
|
||||
- ./data:/etc/hass
|
||||
net: host
|
||||
restart: unless-stopped
|
||||
|
@ -1,7 +1,6 @@
|
||||
hass:
|
||||
image: vimagick/hass
|
||||
ports:
|
||||
- "8123:8123"
|
||||
volumes:
|
||||
- ./data:/etc/hass
|
||||
net: host
|
||||
restart: unless-stopped
|
||||
|
Loading…
Reference in New Issue
Block a user