14 lines
		
	
	
		
			325 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			325 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
# 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
 | 
						|
    ports:
 | 
						|
      - 127.0.0.1:3022:8080
 | 
						|
    volumes:
 | 
						|
      - open-webui:/app/backend/data
 | 
						|
volumes:
 | 
						|
  open-webui:
 |