Skip to content

Commit

Permalink
Remove jaeger, opentelemetry from docker-compose (#2894)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutomic authored Jun 4, 2023
1 parent e363c25 commit 1b4f995
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 51 deletions.
25 changes: 0 additions & 25 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,28 +126,3 @@ services:
volumes:
- ./volumes/postgres:/var/lib/postgresql/data:Z
restart: always

otel:
image: otel/opentelemetry-collector:latest
command: --config otel-local-config.yaml
networks:
- lemmyinternal
- lemmyexternalproxy
ports:
- "4317:4317"
volumes:
- ./otel.yml:/otel-local-config.yaml:Z
restart: unless-stopped
depends_on:
- jaeger

jaeger:
image: jaegertracing/all-in-one:1
networks:
- lemmyinternal
- lemmyexternalproxy
ports:
- "14250:14250"
# To view traces, visit http://localhost:16686
- "16686:16686"
restart: unless-stopped
26 changes: 0 additions & 26 deletions docker/otel.yml

This file was deleted.

0 comments on commit 1b4f995

Please sign in to comment.