Remove Ollama service from Docker Compose and clean up associated volume
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user