Rework networking a bit

This commit is contained in:
2025-04-24 20:08:17 -03:00
parent 39f5965781
commit 5791fc9b83
5 changed files with 19 additions and 20 deletions

View File

@ -7,4 +7,13 @@ services:
- "11434:11434"
restart: unless-stopped
volumes:
- /home/isaac/Ollama:/root/.ollama
- /home/isaac/Ollama:/root/.ollama
networks:
- ollama-network
networks:
default:
external:
name: ollama-network
driver: bridge
driver_opts:
com.docker.network.bridge.name: ollama-network