diff --git a/docker_compose/open-webui/docker-compose.yaml b/docker_compose/open-webui/docker-compose.yaml deleted file mode 100644 index 8f7d4de..0000000 --- a/docker_compose/open-webui/docker-compose.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# Open WebUI - https://docs.openwebui.com/getting-started/quick-start/ -services: - openwebui: - image: ghcr.io/open-webui/open-webui:main - restart: unless-stopped - ports: - - "${OPEN_WEB_UI_PORT}:8080" - volumes: - - ${OPEN_WEB_UI_DATA}:/app/backend/data - environment: - - OLLAMA_BASE_URL=${OPEN_WEB_UI_COMPUTE} - - WEBUI_SECRET_KEY=${WEBUI_SECRET_KEY}