Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A little bug, leak ./etc/tempo-query.yaml file #10

Open
Leadrive opened this issue Oct 13, 2021 · 3 comments
Open

A little bug, leak ./etc/tempo-query.yaml file #10

Leadrive opened this issue Oct 13, 2021 · 3 comments

Comments

@Leadrive
Copy link

docker-compose.yaml

  tempo-query:
    image: grafana/tempo-query:0.7.0
    environment:
    - BACKEND=tempo:80
    volumes:
    - ./etc/tempo-query.yaml:/etc/tempo-query.yaml

I think the file content is:
backend: "tempo:80"

@joe-elliott
Copy link
Owner

yeah, could probably remove the config volume since the env var is there

@Leadrive
Copy link
Author

  loki:
    image: grafana/loki:2.2.1
    command: -config.file=/etc/loki/local-config.yaml

local-config.yaml not exist. I found it in the docker, this file created by loki automatic?

@joe-elliott
Copy link
Owner

I honestly don't know. Probably.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants