mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-25 10:39:36 -04:00
Add environment variables to deployment definition #119
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @masci on GitHub (Oct 15, 2024).
Originally assigned to: @nerdai on GitHub.
At the moment the only way to pass env vars to a running instance of Llama Deploy is through setting them before starting the process, which is not practical in case of a remote installation or docker containers.
We should add the option to declare the environment variables needed by each service like this:
then the Control plane would propagate the env var when spinning up the service.