Skip to content

Commit

Permalink
Update docker-compose.minimal.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VAISHALI-NILE authored Aug 3, 2023
1 parent 0a5825b commit 7aec67d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docker-compose.minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -500,9 +500,14 @@ services:
logging: *logging

# OpenTelemetry Collector
otelcol:
image: otel/opentelemetry-collector-contrib:0.76.1
otelcol:
image: ${IMAGE_NAME}:${IMAGE_VERSION}-otelcol
container_name: otel-col
build:
context: ./
dockerfile: ./src/otelcollector/Dockerfile
cache_from:
- ${IMAGE_NAME}:${IMAGE_VERSION}-otelcol
deploy:
resources:
limits:
Expand All @@ -521,7 +526,6 @@ services:
depends_on:
- jaeger
logging: *logging

# Prometheus
prometheus:
image: quay.io/prometheus/prometheus:v2.43.0
Expand Down

0 comments on commit 7aec67d

Please sign in to comment.