Open heikkilv opened 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.
FLASK_PORT
export FLASK_PORT=5123
With the addition, a custom port for the supervisor can be used with the environment variable
FLASK_PORT
. I.e., runningexport FLASK_PORT=5123
before starting the supervisor will deploy it to port 5123.