Test
This commit is contained in:
@ -1,8 +1,3 @@
|
|||||||
networks:
|
|
||||||
ollama-network:
|
|
||||||
external:
|
|
||||||
name: ollama-network
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ollama:
|
ollama:
|
||||||
image: ollama/ollama:latest
|
image: ollama/ollama:latest
|
||||||
@ -12,5 +7,3 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /home/isaac/Ollama:/root/.ollama
|
- /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
|
# - 'WEBUI_SECRET_KEY=' Set this for jwt secret key. Should be rendomly generated at start
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- ollama-network
|
- ollama_default
|
||||||
depends_on:
|
depends_on:
|
||||||
- ollama
|
- ollama
|
Reference in New Issue
Block a user