github.com/Jeffail/benthos/v3@v3.65.0/resources/docker/tracing/docker-compose.yaml (about)

     1  version: '3.3'
     2  
     3  services:
     4    jaeger:
     5      image: jaegertracing/all-in-one
     6      ports:
     7        - 6831:6831/udp
     8        - 16686:16686
     9  
    10    redpanda:
    11      image: vectorized/redpanda
    12      ports:
    13        - 9092:9092
    14      command:
    15        - 'redpanda start'
    16        - '--smp 1'
    17        - '--overprovisioned'
    18        - '--kafka-addr 0.0.0.0:9092'
    19        - '--advertise-kafka-addr localhost:9092'