Openwebui 0.4.8 docker can not discover pipelines docker server #166

Open
opened 2026-02-15 19:16:27 -05:00 by yindo · 2 comments
Owner

Originally created by @zilingzhang on GitHub (Dec 9, 2024).

Hi, after upgrading openwebui docker to 0.4.8, it can no longer discover the pipelines docker server (latest main)
0.4.6 worked.
Any help appreciated.

Originally created by @zilingzhang on GitHub (Dec 9, 2024). Hi, after upgrading openwebui docker to 0.4.8, it can no longer discover the pipelines docker server (latest main) 0.4.6 worked. Any help appreciated.
Author
Owner

@crelocks commented on GitHub (Feb 4, 2025):

@zilingzhang any luck?

@crelocks commented on GitHub (Feb 4, 2025): @zilingzhang any luck?
Author
Owner

@airuchen commented on GitHub (Feb 15, 2025):

Context

  • A compose file with pipelines and open-webui
  • Using the latest images.
ghcr.io/open-webui/pipelines    latest    8c2ba388a918   19 hours ago    3.2GB
ghcr.io/open-webui/open-webui   latest    06e9c7ce6dbd   33 hours ago    4.33GB

Workaround

Don't understand why, but webui finally detect the pipelines after removing the docker containers and volumes.

cd <ws>
docker compose down
docker container rm <containers_of_pipelines_and_webui>
docker volume rm <volumes_of_pipelines_and_webui>
docker compose up -d
@airuchen commented on GitHub (Feb 15, 2025): ### Context * A compose file with pipelines and open-webui * Using the latest images. ```bash ghcr.io/open-webui/pipelines latest 8c2ba388a918 19 hours ago 3.2GB ghcr.io/open-webui/open-webui latest 06e9c7ce6dbd 33 hours ago 4.33GB ``` ### Workaround Don't understand why, but webui finally detect the pipelines after removing the docker containers and volumes. ```bash cd <ws> docker compose down docker container rm <containers_of_pipelines_and_webui> docker volume rm <volumes_of_pipelines_and_webui> docker compose up -d ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/pipelines#166