Skip to content

Commit

Permalink
add jaeger all in one to main docker-compose for metrics lab start point
Browse files Browse the repository at this point in the history
  • Loading branch information
4141done committed Oct 4, 2023
1 parent 56aa89e commit a3f902b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@ services:
networks:
- mm_2023

jaeger:
image: jaegertracing/all-in-one:1.41
container_name: jaeger
ports:
- "16686:16686"
- "4317:4317"
- "4318:4318"
environment:
COLLECTOR_OTLP_ENABLED: true
networks:
- mm_2023

volumes:
rabbit-data:
rabbit-log:
Expand Down

0 comments on commit a3f902b

Please sign in to comment.