Skip to content
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

fix(docker-compose): specify service for transactor HTTP route #125

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ahmgam
Copy link

@ahmgam ahmgam commented Jan 29, 2025

Summary

This pull request addresses an issue with the Traefik configuration in the Docker Compose setup where the HTTP router for the Transactor service was not specifying its corresponding service, leading to an error message: "Could not define the service name for the router: too many services."

Changes

  • Added the line specifying the transactor service for the HTTP route:
    - "traefik.http.routers.transactor.service=transactor"

Added missing service specification for the Transactor HTTP route in the Docker Compose file to resolve service definition conflicts in Traefik.


Signed-off-by: A.Gamal <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant