From 5e68754ee102b79237cfa9b9bbe73485207319c7 Mon Sep 17 00:00:00 2001 From: Betty Date: Fri, 22 May 2026 22:38:28 +0200 Subject: [PATCH] post: commit 041d665 in bojemoi --- .../commits/2026-05-22-commit-041d665.md | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 content/posts/commits/2026-05-22-commit-041d665.md diff --git a/content/posts/commits/2026-05-22-commit-041d665.md b/content/posts/commits/2026-05-22-commit-041d665.md new file mode 100644 index 0000000..5c01b66 --- /dev/null +++ b/content/posts/commits/2026-05-22-commit-041d665.md @@ -0,0 +1,40 @@ +--- +title: "[bojemoi] feat(ollama): upgrade 0.20→0.24, config via Docker config" +date: 2026-05-22T22:38:28+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 041d665 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `041d665` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `041d665384bbf7382f4f6aab423214ac3356250f` | + + +### Description + +- Upgrade image ollama/ollama:latest (0.20.0 → 0.24.0) +- Replace inline env vars with Docker config ollama_env (sourced at entrypoint) +- Remove prometheus labels (no native metrics endpoint in 0.24.0) + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M stack/51-service-ollama.yml +``` + +### Diff Summary + +``` + stack/51-service-ollama.yml | 12 +++++++++--- + 1 file changed, 9 insertions(+), 3 deletions(-) +```