registrator icon indicating copy to clipboard operation
registrator copied to clipboard

Service aliases

Open pelletier opened this issue 5 years ago • 1 comments

This commit makes it possible for a given container to advertise multiple services using aliases.

For example, the following config:

SERVICE_NAME=a
SERVICE_ALIASES=b,c

will result in 3 services being registered: a, b, and c. All three pointing to the same container.

Those changes should be compatible with ports, and tags.

This should fix https://github.com/gliderlabs/registrator/issues/328

pelletier avatar Apr 25 '19 23:04 pelletier

@josegonzalez any chance we could get some feedback on this please? :)

pelletier avatar May 20 '19 07:05 pelletier