add: open-terminal to ollama
This commit is contained in:
parent
f87dd3cf36
commit
933c9d3921
1 changed files with 15 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ services:
|
|||
container_name: ollama
|
||||
restart: unless-stopped
|
||||
image: ollama/ollama:rocm
|
||||
|
||||
open-webui:
|
||||
depends_on:
|
||||
- ollama
|
||||
|
|
@ -37,6 +38,17 @@ services:
|
|||
- IMAGE_GENERATION_ENGINE=comfyui
|
||||
- "COMFYUI_BASE_URL=http://host.docker.internal:8188"
|
||||
|
||||
open-terminal:
|
||||
container_name: open-terminal
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 8765:8000
|
||||
volumes:
|
||||
- open-terminal:/home/user
|
||||
environment:
|
||||
- OPEN_TERMINAL_API_KEY=your-secret-key
|
||||
image: ghcr.io/open-webui/open-terminal
|
||||
|
||||
volumes:
|
||||
open-webui:
|
||||
external: true
|
||||
|
|
@ -44,3 +56,6 @@ volumes:
|
|||
ollama:
|
||||
external: true
|
||||
name: ollama
|
||||
open-terminal:
|
||||
external: true
|
||||
name: open-terminal
|
||||
Loading…
Add table
Reference in a new issue