This repo acts mostly as documentation, backup and examples for myself. Changes here do not automatically deploy.
To upgrade and restart everything, run
cd code/homeserver && git pull && docker-compose pull && docker-compose up -d --build --force-recreate --remove-orphans && cd ~
To configure, rename secrets.env.template to secrets.env and replace values within.
To start powermeter on the pi zero, run:
cd homeserver && docker-compose -f docker-compose_powermeter.yml up -d --build