POSTGRES_USER
, POSTGRES_PASSWORD
)OPENAI_API_KEY
, ANTHROPIC_API_KEY
)CONFIG_NAME
, CONFIG_PATH
)docker-compose.yml
file.environment
section under the r2r
service..env
file in the same directory as your docker-compose.yml
.docker-compose.yml
are defined in .env
..env
file:
.env
file.docker-compose.yml
, provide default values for non-sensitive variables:
docker-compose.yml
:
CONFIG_NAME
or CONFIG_PATH
: Specifies which configuration to use.POSTGRES_*
: Database connection details.OPENAI_API_KEY
: If using OpenAI services.ANTHROPIC_API_KEY
: If using Anthropic models.OLLAMA_API_BASE
: For local LLM integration.HATCHET_CLIENT_TOKEN
: For Hatchet integration.docker-compose config
to see the final composed configuration with resolved variables.docker-compose.yml
and .env
files.docker-compose.yml
, but not for .env
files containing secrets.