Skip to content

fix: use secrets in Docker compose instead of environment variables #160

@azchin

Description

@azchin

https://docs.docker.com/compose/how-tos/use-secrets/

Currently we use env vars for our LLM keys.

Such as the master key in

- LITELLM_MASTER_KEY={{ llm_context.litellm_master_key }}

And the per-CRS keys (change how they are passed from provisioner to CRS).

Let's use secrets instead for best practice and security.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions