Extracting SD.Next to its own docker compose file.
This commit is contained in:
@@ -45,25 +45,6 @@ services:
|
||||
- host.docker.internal:host-gateway
|
||||
restart: unless-stopped
|
||||
|
||||
sdnext-ipex:
|
||||
build:
|
||||
context: sdnext
|
||||
dockerfile: Dockerfile
|
||||
image: sdnext-ipex:latest
|
||||
container_name: sdnext-ipex
|
||||
restart: unless-stopped
|
||||
devices:
|
||||
- /dev/dri:/dev/dri
|
||||
ports:
|
||||
- 7860:7860
|
||||
volumes:
|
||||
- sdnext-app-volume:/app
|
||||
- sdnext-mnt-volume:/mnt
|
||||
- sdnext-huggingface-volume:/root/.cache/huggingface
|
||||
|
||||
volumes:
|
||||
ollama-volume: {}
|
||||
open-webui-volume: {}
|
||||
sdnext-app-volume: {}
|
||||
sdnext-mnt-volume: {}
|
||||
sdnext-huggingface-volume: {}
|
||||
|
||||
Reference in New Issue
Block a user