delfick / photons

Python3.6+ asyncio framework for interacting with LIFX devices
https://photons.delfick.com
MIT License
73 stars 6 forks source link

[interactor] Enable Docker container health status #30

Closed Djelibeybi closed 3 years ago

Djelibeybi commented 3 years ago

Added a healthcheck task to Interactor that issues a status command to Interactor and returns the status via exit code.

This commit also fixes and improves the included command script by adding a task to return the configured bind address and by adding curl to the image.

This resolves #23 This resolves #29

Signed-off-by: Avi Miller me@dje.li

delfick commented 3 years ago

thanks!