Skip to content

Commit

Permalink
fix: deploy jaeger on management server
Browse files Browse the repository at this point in the history
for distributed traces

Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com>
  • Loading branch information
glimchb authored Jun 4, 2024
1 parent c727bbe commit ea7f619
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,23 @@ services:
networks:
- opi

jaeger:
image: jaegertracing/all-in-one:1.53.0
ports:
- "16686:16686"
- "4317:4317"
- "4318:4318"
environment:
- COLLECTOR_OTLP_ENABLED=true
networks:
- opi
healthcheck:
test: ["CMD-SHELL", "nc -zv localhost 4317 && nc -zv localhost 4318 || exit 1"]
interval: 6s
retries: 5
start_period: 20s
timeout: 10s

volumes:
semaphore-mysql:
portainer_data:
Expand Down

0 comments on commit ea7f619

Please sign in to comment.