A simple docker container to make a color loop for a specific lights Hue group.
You can create a Docker container, with the official and latest Docker image available on Docker Hub.
Before start the container, you need to change the variables in the env
file.
Example compose command to deploy the container.
sudo docker-compose -f docker-compose.yml -p hue_loop --env-file env up -d
You can build your proper Docker image with the files in the Build Docker
folder.
sudo docker build -t color-loop-hue .
All the code can be found in the App Code
folder.
contact[at]lapinfo[dot]fr