Skip to content

Commit b70d883

Browse files
committed
Issue #34: add jaeger to docker-compose
1 parent 28ebe43 commit b70d883

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docker-compose.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
version: '3.0'
22

33
services:
4+
jaeger:
5+
image: jaegertracing/jaeger-query:1.51
6+
container_name: 'jaeger-quickwit'
7+
environment:
8+
- GRPC_STORAGE_SERVER=host.docker.internal:7280
9+
- SPAN_STORAGE_TYPE=grpc-plugin
10+
extra_hosts:
11+
- "host.docker.internal:host-gateway"
12+
networks:
13+
- quickwit
414
grafana:
515
container_name: 'grafana-quickwit-datasource'
616
build:
@@ -15,6 +25,12 @@ services:
1525
- gquickwit:/var/lib/grafana
1626
extra_hosts:
1727
- "host.docker.internal:host-gateway"
28+
networks:
29+
- quickwit
30+
31+
networks:
32+
quickwit:
33+
driver: bridge
1834

1935
volumes:
2036
gquickwit:

0 commit comments

Comments
 (0)