Skip to content

Commit e21cf26

Browse files
committed
ci: Fix otel config path
1 parent a79f71d commit e21cf26

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/docker-compose.prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ services:
66
# add logging in production environment
77
otel-collector:
88
image: otel/opentelemetry-collector:latest
9-
container_name: rcb-discord-bot-otel-collector
9+
container_name: rcb-rag-api-otel-collector
1010
environment:
1111
HONEYCOMB_API_KEY: ${HONEYCOMB_API_KEY}
1212
HONEYCOMB_DATASET: ${HONEYCOMB_DATASET}
1313
volumes:
14-
- ./otel-config.yaml:/etc/otel/config.yaml:ro
14+
- ../otel-config.yaml:/etc/otel/config.yaml:ro
1515
command: ["--config", "/etc/otel/config.yaml"]
1616
ports:
1717
- "4317:4317"

0 commit comments

Comments
 (0)