LiquidAI-project / wasmiot-supervisor

Device supervisor to manage deployment of WebAssembly modules. Works together with wasmiot-orchestrator.
MIT License
0 stars 1 forks source link

Add a possibility to statically define orchestrator address. #34

Closed isoteemu closed 5 months ago

isoteemu commented 6 months ago

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://.....

isoteemu commented 5 months ago

The orchestrator address can be defined with WASMIOT_ORCHESTRATOR_URL (867ed659fd1a28682e943addcaae9927de6202ba and c501e36aeadcb713b6d628d4bcdf0486354a9277).