Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 753 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 753 Bytes

color-loop-hue

A simple docker container to make a color loop for a specific lights Hue group.

Compose

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

Build your own Docker Image

You can build your proper Docker image with the files in the Build Docker folder.

sudo docker build -t color-loop-hue .

Code

All the code can be found in the App Code folder.

Contact

contact[at]lapinfo[dot]fr