# https://docs.openwebui.com/getting-started/quick-start/ # https://brave.com/search/api/guides/use-with-open-webui/ # https://huggingface.co/ services: openwebui: image: ghcr.io/open-webui/open-webui:main mem_limit: 1.5g cpus: 0.5 ports: - 127.0.0.1:3022:8080 volumes: - open-webui:/app/backend/data env_file: - .env volumes: open-webui: