Search query: label/Docker

Journey to Docker

Journey to Docker

...after talking a lot in the forums and on my repo, I decided to give Docker a go. TLDR; Home Assistant on Docker is GREAT!Ā  ... Read More

Routine Tasks; Upgrading Home Assistant to Latest Beta!

Routine Tasks; Upgrading Home Assistant to Latest Beta!

...all the containers in my stack. HAUpgrade.sh #!/bin/bash cd /home/hass/docker_files docker-compose pull docker-compose down docker-compose up -d docker system prune ā€“fa docker attach ā€“sig-proxy=false hass ... Read More

How to extend your Pi-Hole Ad protection beyond your own LAN

How to extend your Pi-Hole Ad protection beyond your own LAN

...Docker container. Since my entire infrastructure is Docker-based, this seemed like the perfect fit. Digging deeper into WireGuard, I stumbled upon another project called WireGuard ... Read More

Home Assistant 0.90 release upgrade

Home Assistant 0.90 release upgrade

...cd /home/hass/docker_files docker-compose pull docker-compose down docker-compose up -d docker system prune -fa docker volume prune -f docker attach --sig-proxy=false hass During the upgrade, I ... Read More

Rolling out some new Docker Containers to my Smart Home.

Rolling out some new Docker Containers to my Smart Home.

...yet but the WebUI was super easy to deploy and bring into my environment. Enhancements to Docker-Compose: Some really nice enhancements to my Docker-Compose.yaml file ... Read More