This commit is contained in:
2025-04-24 20:21:17 -03:00
parent a87ac18181
commit 3c3cc90e28
2 changed files with 1 additions and 8 deletions

View File

@ -1,8 +1,3 @@
networks:
ollama-network:
external:
name: ollama-network
services:
ollama:
image: ollama/ollama:latest
@ -12,5 +7,3 @@ services:
restart: unless-stopped
volumes:
- /home/isaac/Ollama:/root/.ollama
networks:
- ollama-network

View File

@ -12,6 +12,6 @@ services:
# - 'WEBUI_SECRET_KEY=' Set this for jwt secret key. Should be rendomly generated at start
restart: unless-stopped
networks:
- ollama-network
- ollama_default
depends_on:
- ollama