Skip to content

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