Skip to content

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

License

Notifications You must be signed in to change notification settings

AlexTheGeek/color-loop-hue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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