Skip to content

Commit

Permalink
Issue #34: add jaeger to docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
idrissneumann committed Dec 8, 2023
1 parent 8e2e09d commit b597b8c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
version: '3.0'

services:
jaeger:
image: jaegertracing/jaeger-query:1.51
container_name: 'jaeger-quickwit'
environment:
- GRPC_STORAGE_SERVER=host.docker.internal:7280
- SPAN_STORAGE_TYPE=grpc-plugin
extra_hosts:
- "host.docker.internal:host-gateway"
networks:
- quickwit
grafana:
container_name: 'grafana-quickwit-datasource'
build:
Expand All @@ -15,6 +25,12 @@ services:
- gquickwit:/var/lib/grafana
extra_hosts:
- "host.docker.internal:host-gateway"
networks:
- quickwit

networks:
quickwit:
driver: bridge

volumes:
gquickwit:

0 comments on commit b597b8c

Please sign in to comment.