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