In some cases related to docker networking, the automatic discovery of orchestrator service doesn't work. Add possibility for the supervisor to register with orchestrator at fixed address. Such definition should be like environment variable, such as WASMIOT_ORCHESTRATOR_URI=http://.....
The orchestrator address can be defined with WASMIOT_ORCHESTRATOR_URL (867ed659fd1a28682e943addcaae9927de6202ba and c501e36aeadcb713b6d628d4bcdf0486354a9277).
In some cases related to docker networking, the automatic discovery of orchestrator service doesn't work. Add possibility for the supervisor to register with orchestrator at fixed address. Such definition should be like environment variable, such as
WASMIOT_ORCHESTRATOR_URI=http://....
.