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