From 6a9006d2ff49c886fc57966fbf1a72e2a430b273 Mon Sep 17 00:00:00 2001 From: tipi Date: Mon, 11 Aug 2025 10:30:41 +0000 Subject: [PATCH] =?UTF-8?q?apps/ollama-cpu/docker-compose.json=20hinzugef?= =?UTF-8?q?=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/ollama-cpu/docker-compose.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 apps/ollama-cpu/docker-compose.json diff --git a/apps/ollama-cpu/docker-compose.json b/apps/ollama-cpu/docker-compose.json new file mode 100644 index 0000000..5c7de16 --- /dev/null +++ b/apps/ollama-cpu/docker-compose.json @@ -0,0 +1,17 @@ +{ + "services": [ + { + "name": "ollama-cpu", + "image": "ollama/ollama:v0.11.4", + "isMain": true, + "internalPort": 11434, + "volumes": [ + { + "hostPath": "${APP_DATA_DIR}/data/.ollama", + "containerPath": "/root/.ollama" + } + ] + } + ], + "$schema": "../dynamic-compose-schema.json" +} \ No newline at end of file