volker76/tuya_mqtt.net

Add healthcheck service for docker

Closed this issue · 2 comments

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

implemented in dev_and_test with 8fd60f1

fix with v0.9.9