-
Notifications
You must be signed in to change notification settings - Fork 912
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support multiple service names per port #328
Comments
+1 |
+1 for this |
+1 for this, We have a legacy app and have started breaking it apart into microservices. It would ease our transition if we could treat the legacy as multiple microservices since it deploys multiple services in a single docker container. |
Also need this feature |
+1 |
If someone wants to work on the feature, great! |
+1 |
If you'd like this functionality, please consider implementing it or sponsoring the work to implement this. Feel free to reach out to me if interested in the latter. |
Gave this a shot: #660 @josegonzalez |
Perhaps this is already possible, I'm new to registrator. But I want to have multiple services (postgreslogicaldb1, postgreslogicaldb2 for example) hosted on a single container/port. i.e. in the dev case I shove the DBs on the same postgres host, but I don't want to do that in prod. Is this possible?
The text was updated successfully, but these errors were encountered: