github_exporter icon indicating copy to clipboard operation
github_exporter copied to clipboard

Docker secrets

Open tielvh opened this issue 2 years ago • 0 comments

Can I use Docker secrets to supply the GITHUB_TOKEN? Right now, I have to put the github PAT directly into my docker-compose.yml file.

I'd rather have the option to supply the token through an environment variable that points to a file (GITHUB_TOKEN_FILE for example). Then I could use the Docker secrets to add the token.

tielvh avatar Oct 09 '23 14:10 tielvh