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
|
container_name: ollama
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: ollama/ollama:rocm
|
image: ollama/ollama:rocm
|
||||||
|
|
||||||
open-webui:
|
open-webui:
|
||||||
depends_on:
|
depends_on:
|
||||||
- ollama
|
- ollama
|
||||||
|
|
@ -37,6 +38,17 @@ services:
|
||||||
- IMAGE_GENERATION_ENGINE=comfyui
|
- IMAGE_GENERATION_ENGINE=comfyui
|
||||||
- "COMFYUI_BASE_URL=http://host.docker.internal:8188"
|
- "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:
|
volumes:
|
||||||
open-webui:
|
open-webui:
|
||||||
external: true
|
external: true
|
||||||
|
|
@ -44,3 +56,6 @@ volumes:
|
||||||
ollama:
|
ollama:
|
||||||
external: true
|
external: true
|
||||||
name: ollama
|
name: ollama
|
||||||
|
open-terminal:
|
||||||
|
external: true
|
||||||
|
name: open-terminal
|
||||||
Loading…
Add table
Reference in a new issue