7 Commits

Author SHA1 Message Date
ecf85dce4a Add .env file for environment variables and update docker-compose.yml to use it
- Introduced a new .env file containing sensitive environment variables and configuration settings.
- Updated docker-compose.yml to reference the new .env file for environment variables instead of stack.env.
- Adjusted volume paths and network configurations for improved clarity and organization.
- Commented out legacy model configurations in model_config.yaml for future reference.
2026-01-13 23:43:41 +00:00
2dd2525621 Update docker-compose.yml to change configuration file paths from '/home/trav/apps/litellm/' to '/home/trav/dkr/litellm/' for improved directory structure. 2025-12-26 19:27:46 +00:00
ed897c453b Fix Langfuse callback and Traefik health check issues
- Switch from langfuse_otel to native langfuse callback (OTEL endpoint not available)
- Change LANGFUSE_OTEL_HOST to LANGFUSE_HOST env var for native SDK
- Update callback_settings from otel to langfuse
- Add Traefik health check labels pointing to /health/liveliness endpoint
  to prevent recurring auth errors from unauthenticated health probes
2025-12-16 04:31:02 +00:00
24b3664ea0 Refactor docker-compose.yml to switch back to absolute paths for configuration files 2025-12-09 06:09:22 +00:00
9f7bee701c Update docker-compose.yml to change node hostname constraint from 'crackbox' to 'little' 2025-12-09 06:06:07 +00:00
293a3bab8d Update docker-compose.yml to use relative paths for configuration files 2025-12-09 06:02:19 +00:00
ca17d791c3 Add initial Docker Compose setup and configuration files for LiteLLM 2025-12-09 05:58:59 +00:00