Skip to content

Added jeager from docker hub #10

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

Merged
merged 8 commits into from
Aug 19, 2025

Conversation

sailalithkanumuri8
Copy link
Contributor

Added jeager from docker hub to docker-compose-services.

- "traefik.http.routers.jaeger.middlewares=test-things-auth"
- "traefik.http.services.jaeger.loadbalancer.server.port=16686"
ports:
- "16686:16686"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these ports are not open in our server

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh I see, I put that port because that is the default port for running jeager. Will change it then

- "traefik.http.routers.jaeger.rule=Host(`jaeger.${STACK_HOSTNAME}`)"
- "traefik.http.routers.jaeger.service=jaeger"
- "traefik.http.routers.jaeger.middlewares=test-things-auth"
- "traefik.http.services.jaeger.loadbalancer.server.port=16686"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these ports should be parametrized via env variables, especially if you are using it multiple times

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok

Copy link
Member

@egekorkan egekorkan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Otherwise works :)

@egekorkan egekorkan merged commit 53150da into eclipse-thingweb:main Aug 19, 2025
1 check passed
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.

2 participants