chore(ollama-stack.yaml): add deployment configuration for ollama service to set initial replica count to 1
This commit is contained in:
parent
5b9a76c4b9
commit
9363b6f8c4
|
@ -3,6 +3,8 @@ version: '3.9'
|
||||||
services:
|
services:
|
||||||
ollama:
|
ollama:
|
||||||
image: ollama/ollama:latest
|
image: ollama/ollama:latest
|
||||||
|
deploy:
|
||||||
|
replicas: 1
|
||||||
ports:
|
ports:
|
||||||
- 11434:11434
|
- 11434:11434
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue