-
-
Notifications
You must be signed in to change notification settings - Fork 271
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
Feat: allow users to change dotenv file with env var #1040
Feat: allow users to change dotenv file with env var #1040
Conversation
This facilitates the usage of docker secrets for the keys/tokens.
Not sure if I should update the changelog. Please let me know. |
📦 A new release has been made for this pull request.To play around with this PR, pull Images are available for x86_64 and ARM64.
|
Cool!
Thank you! |
@JoaoCostaIFG |
I haven't been using discord, so I completely forgot about this PR. Sorry about that. |
📦 🤖 A new release has been made for this pull request.To play around with this PR, pull Images are available for x86_64 and ARM64.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See review
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JoaoCostaIFG Could you fix the legacy key perchance? See comment/warning by the Actions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
LGTM |
🚀 Released in Release v2.9.5. |
This facilitates the usage of docker secrets for the keys/tokens.
For example on a
docker-compose.yml
file:See relevant dotenv doc