volker76 / tuya_mqtt.net

MQTT Client for local Tuya devices
https://github.com/volker76/tuya_mqtt.net/wiki
Apache License 2.0
3 stars 0 forks source link

Add healthcheck service for docker #1

Closed volker76 closed 11 months ago

volker76 commented 1 year ago

be able to use a HEALTHCHECK --interval=5s --timeout=10s --retries=3 CMD curl --fail http://localhost:80/healthcheck || exit 1 or healthcheck: test: curl --fail http://localhost:80/healthcheck || exit 1 interval: 10s timeout: 5s retries: 3

volker76 commented 11 months ago

implemented in dev_and_test with https://github.com/volker76/tuya_mqtt.net/commit/8fd60f19a2a205afb41c68cecb0cb651aef6592f

volker76 commented 11 months ago

fix with v0.9.9