- 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.
- 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