[AI] open-webui+ollama+google搜索

date
Feb 12, 2025
slug
ai-open-webui-search
status
Published
summary
AGI技能
tags
ai
type
Post
URL
 
notion image
notion image

Summary

  • 自托管 AI 平台
 
services:
  open-webui:
    image: ghcr.io/open-webui/open-webui:main
    container_name: open-webui
    ports:
      - "42808:8080"
    environment:
      - OLLAMA_BASE_URL=http://zhanghei88xxx.nxnxxx.com:40434
      - HTTP_PROXY=http://10.13.0.18:15004
      - HTTPS_PROXY=http://10.13.0.18:15004
    restart: always
    volumes:
      - /data_n001/data/udata/real/1567xxx/DockerSSD/open-webui/data:/app/backend/data
networks:
  default:
    name: npm_nginx_proxy_manager-network
    external: true

 
 

© Ying Bun 2021 - 2026