Skip to content

Commit

Permalink
Add docker-compose back
Browse files Browse the repository at this point in the history
  • Loading branch information
aminst committed Oct 28, 2023
1 parent 0275fa0 commit 81362a4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions jaeger/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: '3.8'

services:
jaeger:
image: jaegertracing/opentelemetry-all-in-one:latest
ports:
- "16686:16686" # api
- "4317:4317" # grpc

0 comments on commit 81362a4

Please sign in to comment.