xc
This commit is contained in:
parent
065c95f0b0
commit
690a53f822
1 changed files with 4 additions and 9 deletions
|
|
@ -1,8 +1,6 @@
|
|||
services:
|
||||
ollama:
|
||||
image: ollama/ollama:latest
|
||||
ports:
|
||||
- "11434:11434"
|
||||
volumes:
|
||||
- /DockerVol/ollama:/root/.ollama
|
||||
environment:
|
||||
|
|
@ -21,6 +19,7 @@ services:
|
|||
placement:
|
||||
constraints:
|
||||
- node.hostname == docker4
|
||||
endpoint_mode: dnsrr
|
||||
# Uncomment for GPU support
|
||||
# resources:
|
||||
# reservations:
|
||||
|
|
@ -31,8 +30,6 @@ services:
|
|||
|
||||
open-webui:
|
||||
image: ghcr.io/open-webui/open-webui:main
|
||||
ports:
|
||||
- "3000:8080"
|
||||
volumes:
|
||||
- /DockerVol/open-webui:/app/backend/data
|
||||
environment:
|
||||
|
|
@ -58,12 +55,10 @@ services:
|
|||
placement:
|
||||
constraints:
|
||||
- node.hostname == docker4
|
||||
endpoint_mode: dnsrr
|
||||
|
||||
qdrant:
|
||||
image: qdrant/qdrant:latest
|
||||
ports:
|
||||
- "6333:6333"
|
||||
- "6334:6334"
|
||||
volumes:
|
||||
- /DockerVol/qdrant:/qdrant/storage
|
||||
environment:
|
||||
|
|
@ -82,11 +77,10 @@ services:
|
|||
placement:
|
||||
constraints:
|
||||
- node.hostname == docker4
|
||||
endpoint_mode: dnsrr
|
||||
|
||||
n8n:
|
||||
image: n8nio/n8n:latest
|
||||
ports:
|
||||
- "5678:5678"
|
||||
volumes:
|
||||
- /DockerVol/n8n:/home/node/.n8n
|
||||
- /DockerVol/n8n/workflows:/home/node/.n8n/workflows
|
||||
|
|
@ -121,6 +115,7 @@ services:
|
|||
placement:
|
||||
constraints:
|
||||
- node.hostname == docker4
|
||||
endpoint_mode: dnsrr
|
||||
|
||||
networks:
|
||||
netgrimoire:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue