Commit 06f5adee2352e37a0311be866a8fcbdcb4d7db3e

Authored by Neenad Ingole
1 parent d4532814
Exists in master

update readme

.infragenie/infrastructure_model.png

21.6 KB

README.md
... ... @@ -16,6 +16,3 @@ Raise a pull request if you are using docker compose stack and automated it for
16 16 Happy to review and merge!
17 17 Cheers :D
18 18  
19   -### Infrastructure model
20   -
21   -![Infrastructure model](.infragenie/infrastructure_model.png)
... ...
jaeger/.infragenie/infrastructure_model.png 0 → 100644

21.6 KB

jaeger/README.md 0 → 100644
... ... @@ -0,0 +1,27 @@
  1 +# Jaeger
  2 +
  3 +This docker compose setup starts Jaeger and hotrod services.
  4 +
  5 +To start the service run:
  6 +
  7 +```console
  8 +docker compose up
  9 +
  10 +use -d option to start the services in detached mode
  11 +```
  12 +
  13 +### Ports
  14 +Below Ports are exposed by the services, you can always change them according to your need in the yml
  15 +[here](https://github.com/ninadingole/docker-images/blob/a423f995b3388320df1c9a3b404694ff7a1aad13/jaeger/docker-compose.yml#L1)
  16 +
  17 +| Port | Description |
  18 +|--------|-------------------|
  19 +| 6831 | Jaeger Agent Port |
  20 +| 16686 | Jaeger UI Port |
  21 +| 8082 | Hotrod UI Port |
  22 +
  23 +### Infrastructure model
  24 +
  25 +
  26 +![Infrastructure model](.infragenie/infrastructure_model.png)
  27 +
... ...