Test
This commit is contained in:
@ -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
|
||||
|
@ -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
|
Reference in New Issue
Block a user