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

Accept start arguments through ENV variable #18

Open
aliismayilov opened this issue Apr 28, 2024 · 0 comments
Open

Accept start arguments through ENV variable #18

aliismayilov opened this issue Apr 28, 2024 · 0 comments

Comments

@aliismayilov
Copy link

In an environment like Github Actions it is not possible to modify the start command of services. So, the only way to run valkey with different server configuration would be to maintain a derived docker image where the default CMD is overwritten or custom valkey.conf is packaged.

It would be great to be able to pass start arguments to valkey-server through an environment variable and keep using the official image.

For reference, I like how ubuntu/redis image has it through REDIS_EXTRA_FLAGS env variable. I'd be happy to submit a pull request if maintainers agree to the suggestion.

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

1 participant