-
Notifications
You must be signed in to change notification settings - Fork 178
EXTRA_ROUTE_SETTINGS is global for every server #113
Comments
@kakawait Thank you for pointing it out :) |
It's not just |
True. The code is written under the assumption that all the routes in the same backend have the same route settings. If you set Let me think how to solve the issue easily in your use case. |
@tifayuki, Thanks. The main use-case I have is that I wanted to inject the |
if I set the same VIRTUAL_HOST for two services and specify EXTRA_ROUTE_SETTINGS for one of them, that setting will affect both. I want to use this to append "backup" to one of the services. Unfortunately the solution in #120 does not work for me. I still get backup appended to both services. |
@MicOestergaard, as per #120, you can add |
Unfortunately that doesn't work for me. Adding FAILOVER to the backup service results in all other services getting backup route as well. |
Using following
docker-compose.yml
I may expect something like
but actual result is
The text was updated successfully, but these errors were encountered: