openfaas / of-watchdog

Reverse proxy for STDIO and HTTP microservices
MIT License
259 stars 115 forks source link

Running multiple instance of fwatchdog #98

Open nadendlaprasad opened 4 years ago

nadendlaprasad commented 4 years ago

Hi,

Is it possible to run multiple instances of fwatchdog with different configuration means setting different values for fprocess, mode etc...

I had a quick look at the code. If my understanding is right, It looks like code is written to grab configuration always from environment variables and not possible to pass as a parameters to the fwatchdog command.

Please do let me know if it is possible to pass arguments to fwatchdog and run multiple instances in the same container or a machine.