[add] web-ui for ollama
This commit is contained in:
		
							parent
							
								
									62838a6e26
								
							
						
					
					
						commit
						4639e5473e
					
				
					 3 changed files with 18 additions and 1 deletions
				
			
		
							
								
								
									
										16
									
								
								open-webui/docker-compose.yml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								open-webui/docker-compose.yml
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,16 @@
 | 
			
		|||
name: open-webui
 | 
			
		||||
services:
 | 
			
		||||
    open-webui:
 | 
			
		||||
        ports:
 | 
			
		||||
            - 3100:8080
 | 
			
		||||
        extra_hosts:
 | 
			
		||||
            - host.docker.internal:host-gateway
 | 
			
		||||
        volumes:
 | 
			
		||||
            - open-webui:/app/backend/data
 | 
			
		||||
        container_name: open-webui
 | 
			
		||||
        restart: always
 | 
			
		||||
        image: ghcr.io/open-webui/open-webui:main
 | 
			
		||||
volumes:
 | 
			
		||||
    open-webui:
 | 
			
		||||
        external: true
 | 
			
		||||
        name: open-webui
 | 
			
		||||
							
								
								
									
										1
									
								
								open-webui/readme.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								open-webui/readme.md
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1 @@
 | 
			
		|||
https://github.com/open-webui/open-webui
 | 
			
		||||
| 
						 | 
				
			
			@ -2,7 +2,7 @@ services:
 | 
			
		|||
  vikunja:
 | 
			
		||||
    image: vikunja/vikunja
 | 
			
		||||
    environment:
 | 
			
		||||
      VIKUNJA_SERVICE_PUBLICURL: http://<the public ip or host where Vikunja is reachable>
 | 
			
		||||
      VIKUNJA_SERVICE_PUBLICURL: http://omv.local:3456/
 | 
			
		||||
      VIKUNJA_DATABASE_HOST: db
 | 
			
		||||
      VIKUNJA_DATABASE_PASSWORD: changeme
 | 
			
		||||
      VIKUNJA_DATABASE_TYPE: mysql
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue