filmov
tv
Installing Home Assistant on Docker, Docker Compose and Portainer
Показать описание
Thank you for watching. In this video we will take you through installing Home Assistant on Docker, Docker Compose and Portainer.
Docker command line example:
docker run -d \
--name homeassistant \
--privileged \
--restart=unless-stopped \
-p 8123:8123 \
-e TZ="Europe/London" \
-v homeassistant_data:/config \
--network=host \
homeassistant:
container_name: homeassistant
volumes:
- /opt/homeassistant/config:/config
- /etc/localtime:/etc/localtime:ro
restart: unless-stopped
privileged: true
network_mode: host
Please like and subscribe, and click on the notification bell so you can be alerted to new videos. Please also consider being a patron at Patreon (link below).
If you would like us to create videos on a particular topic, technology or product, please leave a comment below.
When browsing to your Home Assistant instance, this will be the IP address of the PC/server you have Docker installed on, followed by :8123. If that doesn't work or you don't know the IP address, check your router's device listing.
Chapter links:
0:00 - Intro
1:31 - Installing HA on Docker
3:25 - Installing HA on Docker Compose
5:25 - Installing HA on Portainer
7:53 - Setting up Home Assistant
The below is optional but this will help us to purchase kit for review, and to keep up with channel expenses (studio equipment, etc). We may earn a commission if you purchase something through these links.
Docker command line example:
docker run -d \
--name homeassistant \
--privileged \
--restart=unless-stopped \
-p 8123:8123 \
-e TZ="Europe/London" \
-v homeassistant_data:/config \
--network=host \
homeassistant:
container_name: homeassistant
volumes:
- /opt/homeassistant/config:/config
- /etc/localtime:/etc/localtime:ro
restart: unless-stopped
privileged: true
network_mode: host
Please like and subscribe, and click on the notification bell so you can be alerted to new videos. Please also consider being a patron at Patreon (link below).
If you would like us to create videos on a particular topic, technology or product, please leave a comment below.
When browsing to your Home Assistant instance, this will be the IP address of the PC/server you have Docker installed on, followed by :8123. If that doesn't work or you don't know the IP address, check your router's device listing.
Chapter links:
0:00 - Intro
1:31 - Installing HA on Docker
3:25 - Installing HA on Docker Compose
5:25 - Installing HA on Portainer
7:53 - Setting up Home Assistant
The below is optional but this will help us to purchase kit for review, and to keep up with channel expenses (studio equipment, etc). We may earn a commission if you purchase something through these links.
Комментарии