From 341cf220aacd7a2a709e4013b9ce98262ce106cf Mon Sep 17 00:00:00 2001 From: tipi Date: Mon, 11 Aug 2025 10:10:38 +0000 Subject: [PATCH] =?UTF-8?q?apps/open-webui/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/open-webui/docker-compose.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 apps/open-webui/docker-compose.json diff --git a/apps/open-webui/docker-compose.json b/apps/open-webui/docker-compose.json new file mode 100644 index 0000000..b2698ec --- /dev/null +++ b/apps/open-webui/docker-compose.json @@ -0,0 +1,21 @@ +{ + "services": [ + { + "image": "ghcr.io/open-webui/open-webui:v0.6.18", + "name": "open-webui", + "internalPort": 8080, + "isMain": true, + "volumes": [ + { + "hostPath": "${APP_DATA_DIR}/data", + "containerPath": "/app/backend/data" + } + ], + "environment": { + "OLLAMA_BASE_URL": "${OPENWEBUI_OLLAMA_URL}", + "OPENAI_API_KEY": "${OPENWEBUI_OPENAI_KEY}" + } + } + ], + "$schema": "../dynamic-compose-schema.json" +} \ No newline at end of file