Job Banens
Job Banens
I use this for my Caddyfile: ``` :80 { # Route to first healthy backend instance found reverse_proxy backend:3000 { lb_policy first } # No instances available? Respond with an...
@michie1 Correct, didn't think about the case when you want to scale to multiple containers. Also, Caddy seems to automatically work without the health check specification, but it's probably good...
When passing an argument to the `dotenvx run` command with PowerShell it gives an error. With the Command Prompt or my Linux (Ubuntu) machine, it works correctly. It only gives...