We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28ebe43 commit b70d883Copy full SHA for b70d883
docker-compose.yaml
@@ -1,6 +1,16 @@
1
version: '3.0'
2
3
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
14
grafana:
15
container_name: 'grafana-quickwit-datasource'
16
build:
@@ -15,6 +25,12 @@ services:
25
- gquickwit:/var/lib/grafana
26
extra_hosts:
17
27
- "host.docker.internal:host-gateway"
28
29
30
+
31
+networks:
32
+ quickwit:
33
+ driver: bridge
18
34
19
35
volumes:
20
36
gquickwit:
0 commit comments