Skip to content

Commit

Permalink
move configuration from .env to docker-compose.yaml to support renova…
Browse files Browse the repository at this point in the history
…te updates
  • Loading branch information
apolzek committed Jan 8, 2025
1 parent 556352e commit b854b40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions examples/demo/.env

This file was deleted.

4 changes: 2 additions & 2 deletions examples/demo/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ services:

# Collector
otel-collector:
image: ${OTELCOL_IMG}
image: otel/opentelemetry-collector:0.116.1
restart: always
command: ["--config=/etc/otel-collector-config.yaml", "${OTELCOL_ARGS}"]
command: ["--config=/etc/otel-collector-config.yaml"]
volumes:
- ./otel-collector-config.yaml:/etc/otel-collector-config.yaml
ports:
Expand Down

0 comments on commit b854b40

Please sign in to comment.