This is a docker-compose managed Raspberry Pi server, it is used to run Home Assistant, Transmission, Node-Red, DeCONZ< Let's Encrypt, and No-Ip DNS updater.
- Install DietPi on a MicroSD card
- enable the serial interface (follow DietPi docs)
- Install Docker using dietpi-software
- run
apt install docker-compose - copy the content of this repository into the root of your root partition (so that you get an /opt/docker-compose folder)
- edit the
docker-compose.ymlfile to configure it with your data systemctl enable /opt/docker-compose/docker-compose.servicecd /opt/docker-compose && docker-compose buildsystemctl start docker-compose