feat: add jaeger
This commit is contained in:
parent
38387eae50
commit
ddd5ad2c90
10
compose.yml
10
compose.yml
@ -106,6 +106,16 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- teacinema
|
- teacinema
|
||||||
|
|
||||||
|
jaeger:
|
||||||
|
container_name: jaeger
|
||||||
|
image: jaegertracing/all-in-one:1.47
|
||||||
|
ports:
|
||||||
|
- "16686:16686"
|
||||||
|
- "4317:4317"
|
||||||
|
- "4318:4318"
|
||||||
|
networks:
|
||||||
|
- teacinema
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
postgres_data:
|
postgres_data:
|
||||||
redis_data:
|
redis_data:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user