orka.startup.config module
Startup Configuration
This module handles configuration management and path discovery for OrKa startup services.
- orka.startup.config.get_docker_dir() str [source]
Get the path to the docker directory containing Docker Compose configuration.
This function attempts to locate the docker directory in both development and production environments by checking multiple possible locations.
- Returns:
Absolute path to the docker directory
- Return type:
str
- Raises:
FileNotFoundError – If the docker directory cannot be found in any of the expected locations
- orka.startup.config.get_memory_backend() str [source]
Get the configured memory backend, defaulting to RedisStack.