diff --git a/docker-compose/open-webui/docker-compose.yml b/docker-compose/open-webui/docker-compose.yml index 8d927e8..5b3b487 100644 --- a/docker-compose/open-webui/docker-compose.yml +++ b/docker-compose/open-webui/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.8" services: open-webui: - image: ghcr.io/open-webui/open-webui:v0.6.36 + image: ghcr.io/open-webui/open-webui:latest container_name: open-webui restart: unless-stopped @@ -12,7 +12,7 @@ services: - MODEL_SERVER_URL=http://ollama:11434 - PROVIDER=ollama,openai - OPENAI_API_KEY=YourAPIKEY - # This variable is required to be set, otherwise you may experience Websocket issues, doesn't fix my issues tho + # With below set, and turning off basic auth in nginx, I was able to get reverse proxy working - CORS_ALLOW_ORIGIN=https://open-webui.example.com;https://example.com;http://open-webui;http://open-webui:8080;https://open-webui:8080;http://192.168.1.239;http://192.168.1.239:3030;http://localhost:3030;http://192.168.1.1:80;http://192.168.1.1:443 - WEBUI_URL=https://open-webui.example.com;https://example.com;http://open-webui;http://open-webui:8080;https://open-webui:8080;http://192.168.1.239;http://192.168.1.239:3030;http://localhost:3030;http://192.168.1.1:80;http://192.168.1.1:443 @@ -36,7 +36,7 @@ services: - open-wui openwebui_net: aliases: - - openwebui_internal + - openwebui_internal # to connect to redis network, and not redis connect to homelab anymore (multi redis) depends_on: - redis-valkey-webui