xc
Some checks are pending
Deploy on push / detect (push) Waiting to run
Deploy on push / deploy_swarm (push) Blocked by required conditions
Deploy on push / deploy_compose (push) Blocked by required conditions

This commit is contained in:
traveler 2026-03-30 20:41:35 -05:00
parent 065c95f0b0
commit 690a53f822

View file

@ -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: