From 8fe170cf15874b06c4cac988b8f794d68875cfc5 Mon Sep 17 00:00:00 2001 From: Andy Bunce Date: Mon, 23 Mar 2026 09:48:54 +0000 Subject: [PATCH] add: weather api --- ollama/compose.yml | 2 ++ ollama/thedocks.evo-x2.code-workspace | 14 -------------- 2 files changed, 2 insertions(+), 14 deletions(-) delete mode 100644 ollama/thedocks.evo-x2.code-workspace diff --git a/ollama/compose.yml b/ollama/compose.yml index a3f2fc8..ab4d5a2 100644 --- a/ollama/compose.yml +++ b/ollama/compose.yml @@ -37,6 +37,8 @@ services: - ENABLE_IMAGE_GENERATION=True - IMAGE_GENERATION_ENGINE=comfyui - "COMFYUI_BASE_URL=http://host.docker.internal:8188" + # weather + - OPENWEATHER_API_KEY=984000b62623d48f5491c49968b71eef open-terminal: container_name: open-terminal diff --git a/ollama/thedocks.evo-x2.code-workspace b/ollama/thedocks.evo-x2.code-workspace deleted file mode 100644 index 72a84d4..0000000 --- a/ollama/thedocks.evo-x2.code-workspace +++ /dev/null @@ -1,14 +0,0 @@ -{ - "folders": [ - { - "path": ".." - }, - { - "name": "SSH FS - evo-x2", - "uri": "ssh://evo-x2/home/andy" - } - ], - "settings": { - "liveServer.settings.multiRootWorkspaceName": "thedocks" - } -} \ No newline at end of file