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:
|
||||
ollama:
|
||||
image: ollama/ollama:latest
|
||||
deploy:
|
||||
replicas: 1
|
||||
ports:
|
||||
- 11434:11434
|
||||
volumes:
|
||||
|
|
Loading…
Reference in New Issue