{"id":30587337,"url":"https://github.com/deepset-ai/hayhooks-open-webui-docker-compose","last_synced_at":"2025-08-29T12:08:55.010Z","repository":{"id":304279087,"uuid":"947175494","full_name":"deepset-ai/hayhooks-open-webui-docker-compose","owner":"deepset-ai","description":"A ready-to-use docker-compose with Hayhooks and open-webui","archived":false,"fork":false,"pushed_at":"2025-07-04T14:53:46.000Z","size":7,"stargazers_count":8,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-12T05:32:16.856Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deepset-ai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-12T09:19:50.000Z","updated_at":"2025-07-05T11:49:44.000Z","dependencies_parsed_at":"2025-07-12T05:32:20.009Z","dependency_job_id":"cbf440e2-e47a-40e0-8c85-32960fb9632e","html_url":"https://github.com/deepset-ai/hayhooks-open-webui-docker-compose","commit_stats":null,"previous_names":["deepset-ai/hayhooks-open-webui-docker-compose"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/deepset-ai/hayhooks-open-webui-docker-compose","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepset-ai%2Fhayhooks-open-webui-docker-compose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepset-ai%2Fhayhooks-open-webui-docker-compose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepset-ai%2Fhayhooks-open-webui-docker-compose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepset-ai%2Fhayhooks-open-webui-docker-compose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deepset-ai","download_url":"https://codeload.github.com/deepset-ai/hayhooks-open-webui-docker-compose/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepset-ai%2Fhayhooks-open-webui-docker-compose/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272680885,"owners_count":24975359,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-29T02:00:10.610Z","response_time":87,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-29T12:08:54.518Z","updated_at":"2025-08-29T12:08:55.002Z","avatar_url":"https://github.com/deepset-ai.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hayhooks with Open WebUI - Docker Compose Setup\n\nThis repository contains a Docker Compose configuration to run [Haystack](https://www.haystack.com) pipelines with [Hayhooks](https://github.com/deepset-ai/hayhooks) using also [Open WebUI](https://github.com/open-webui/open-webui) for a complete chat interface experience.\n\nIn `pipelines` folder there's a ready-to-use wrapper for [chat_with_website](https://docs.haystack.deepset.ai/docs/pipeline-templates#chat-with-website) pipeline.\n\nThat folder will be mounted in the `/pipelines` directory of Hayhooks service.\n\n## Requirements\n\n- [Docker](https://docs.docker.com/get-docker/) and [Docker Compose](https://docs.docker.com/compose/install/) installed on your system\n- Git (to clone this repository)\n- An `OPENAI_API_KEY` environment variable set (needed for the `chat_with_website` pipeline)\n\n## Run\n\nClone the repository:\n\n```bash\ngit clone https://github.com/deepset-ai/hayhooks-open-webui-docker-compose.git\n```\n\nRun the docker compose file:\n\n```bash\ndocker compose up --build\n```\n\nAnd that's it! 😉\n\nYou can now access to Hayhooks on `http://localhost:1416` and to Open WebUI on `http://localhost:3000`. The `chat_with_website_streaming` pipeline will be available on Open WebUI.\n\nNote that `open-webui` *may require some time to start up*.\n\n## Tear down\n\nTo tear down the environment, run:\n\n```bash\ndocker compose down\n```\n\n## Additional notes\n\n### `Dockerfile`\n\n- The `Dockerfile` is based on the `deepset/hayhooks:main` image.\n- It installs `trafilatura` as a dependency, needed by the `chat_with_website` pipeline.\n\n### `docker-compose.yml`\n\n- The `docker-compose.yml` file mounts the `pipelines` folder in the `/pipelines` directory of Hayhooks service.\n- The `OPENAI_API_KEY` environment variable is passed to Hayhooks service.\n\nAbout `open-webui` settings:\n\n- The `OPENAI_API_BASE_URL` environment variable is set to `http://hayhooks:1416`, pointing to Hayhooks service.\n- The `OPENAI_API_KEY` environment variable is set to a dummy value (`\"dummy\"`), as it's not needed for Hayhooks service.\n- The `WEBUI_AUTH` environment variable is set to `false`, as we don't need authentication for this demo.\n- The `ENABLE_TAGS_GENERATION` and `ENABLE_EVALUATION_ARENA_MODELS` environment variables are set to `false`, as they are not needed for Hayhooks service.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepset-ai%2Fhayhooks-open-webui-docker-compose","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeepset-ai%2Fhayhooks-open-webui-docker-compose","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepset-ai%2Fhayhooks-open-webui-docker-compose/lists"}