Remove Ollama service from Docker Compose and clean up associated volume

This commit is contained in:
Dorian
2026-01-28 11:03:34 +00:00
parent 2b01cab400
commit f595af5fa4
4 changed files with 131 additions and 17 deletions

View File

@@ -207,18 +207,6 @@ services:
networks:
- archy-net
# Ollama (Local LLM)
ollama:
image: ollama/ollama:latest
container_name: archy-ollama
ports:
- "11434:11434"
volumes:
- ollama-data:/root/.ollama
restart: unless-stopped
networks:
- archy-net
# SearXNG
searxng:
image: searxng/searxng:latest
@@ -466,7 +454,6 @@ volumes:
fedimint-data:
lnd-data:
mysql-mempool-data:
ollama-data:
searxng-data:
onlyoffice-data:
onlyoffice-logs: