Skip to content

Commit

Permalink
Suppression of jaeger configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jplayout committed Feb 12, 2023
1 parent 4627801 commit 093c645
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,7 @@ services:
environment:
# This is a public key. The associated private key must be mounted in the Jenkins controller container.
- "JENKINS_AGENT_SSH_PUBKEY=ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIORe0Mi78bQ+8G3pVS4pv5VDilqHVNIhfj+UxvVD100c noone@localhost.local"
jaeger:
image: jaegertracing/all-in-one:1.38
ports:
- 16686:16686 # Query WebUI
environment:
- "COLLECTOR_ZIPKIN_HOST_PORT=:9411"
- "COLLECTOR_OTLP_ENABLED=true"

tempo:
image: grafana/tempo
command: [ "-search.enabled=true", "-config.file=/etc/tempo.yaml" ]
Expand Down

0 comments on commit 093c645

Please sign in to comment.