Closed jhrcook closed 2 months ago
Instead of a secrets file, get the Homebridge authentication data (user and password) from environment variables. Still need to figure out how to set these in docker-compose such that they are available in the Docker container.
https://docs.docker.com/compose/environment-variables/set-environment-variables/
Done
Instead of a secrets file, get the Homebridge authentication data (user and password) from environment variables. Still need to figure out how to set these in docker-compose such that they are available in the Docker container.