mirror of
https://github.com/DRYTRIX/TimeTracker.git
synced 2026-05-18 04:08:48 -05:00
bf4c34ff83
- Add ollama and ollama-init services with ollama_data volume; app waits for the model pull and receives AI_* defaults (AI_BASE_URL=http://ollama:11434). - Document bundled stack, env vars, and Ollama vs host base URL in README and DOCKER_COMPOSE_SETUP. - Align env.example AI defaults with the compose stack. - fix(ai): include api_key_set on AIProviderConfig so from_settings(**get_ai_config()) matches the settings dict.