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

Update description file (#36) and allow custom port (#37) #38

Open heikkilv opened 6 months ago

heikkilv commented 6 months ago

With the addition, a custom port for the supervisor can be used with the environment variable FLASK_PORT. I.e., running export FLASK_PORT=5123 before starting the supervisor will deploy it to port 5123.