nowebui
This commit is contained in:
@@ -7,26 +7,4 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./ollama:/root/.ollama
|
||||
networks:
|
||||
- ai-net
|
||||
|
||||
webui:
|
||||
image: ghcr.io/open-webui/open-webui:main
|
||||
container_name: open-webui
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- ollama
|
||||
ports:
|
||||
- "${WG_IP}:${WEB_PORT}:8080"
|
||||
volumes:
|
||||
- ollamaweb:/app/backend/data
|
||||
environment:
|
||||
- OLLAMA_BASE_URL=http://ollama:11434
|
||||
networks:
|
||||
- ai-net
|
||||
|
||||
networks:
|
||||
ai-net:
|
||||
|
||||
volumes:
|
||||
ollamaweb:
|
||||
- ./ai-data:/data
|
||||
|
||||
Reference in New Issue
Block a user