[mod] comfy
This commit is contained in:
parent
7ad53c4d8b
commit
cdcbe54c98
1 changed files with 3 additions and 2 deletions
|
|
@ -16,7 +16,8 @@ services:
|
||||||
- ollama
|
- ollama
|
||||||
ports:
|
ports:
|
||||||
- ${OPEN_WEBUI_PORT-3001}:8080
|
- ${OPEN_WEBUI_PORT-3001}:8080
|
||||||
|
extra_hosts:
|
||||||
|
- host.docker.internal:host-gateway
|
||||||
volumes:
|
volumes:
|
||||||
- open-webui:/app/backend/data
|
- open-webui:/app/backend/data
|
||||||
container_name: open-webui
|
container_name: open-webui
|
||||||
|
|
@ -31,7 +32,7 @@ services:
|
||||||
# comfy
|
# comfy
|
||||||
- ENABLE_IMAGE_GENERATION=True
|
- ENABLE_IMAGE_GENERATION=True
|
||||||
- IMAGE_GENERATION_ENGINE=comfyui
|
- IMAGE_GENERATION_ENGINE=comfyui
|
||||||
- "COMFYUI_BASE_URL=http://127.0.0.1:8188"
|
- "COMFYUI_BASE_URL=http://host.docker.internal:8188"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
open-webui:
|
open-webui:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue