Skip to content

Instantly share code, notes, and snippets.

@dmouse
Created March 12, 2024 22:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmouse/7cd23e7de92366dbd66cfb8603f1f062 to your computer and use it in GitHub Desktop.
Save dmouse/7cd23e7de92366dbd66cfb8603f1f062 to your computer and use it in GitHub Desktop.
lando dev jaeger
# ...
proxy:
jaeger:
- jaeger.project.lndo.site:16686
services:
jaeger:
type: compose
app_mount: false
ssl: true
sslExpose: false
services:
user: root
image: jaegertracing/all-in-one:1.55
command: /go/bin/all-in-one-linux
environment:
- COLLECTOR_ZIPKIN_HOST_PORT=:9411
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment