35 lines
1.0 KiB
Markdown
35 lines
1.0 KiB
Markdown

|
|
|
|
# Jaeger
|
|
|
|
This docker compose setup starts Jaeger and hotrod services.
|
|
|
|
To start the service run:
|
|
|
|
```console
|
|
docker compose up
|
|
|
|
use -d option to start the services in detached mode
|
|
```
|
|
|
|
### Ports
|
|
Below Ports are exposed by the services, you can always change them according to your need in the yml
|
|
[here](https://github.com/ninadingole/docker-images/blob/a423f995b3388320df1c9a3b404694ff7a1aad13/jaeger/docker-compose.yml#L1)
|
|
|
|
| Port | Description |
|
|
|--------|-------------------|
|
|
| 6831 | Jaeger Agent Port |
|
|
| 16686 | Jaeger UI Port |
|
|
| 8082 | Hotrod UI Port |
|
|
|
|
### Infrastructure model
|
|
|
|
|
|

|
|
|
|
# More info
|
|
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
|
|
|
|
# Buy me a coffe
|
|
<a href='https://ko-fi.com/R5R2KNI3N' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi4.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|