chore(ollama-stack.yaml): add deployment configuration for ollama service to set initial replica count to 1

This commit is contained in:
Digital Studium 2024-03-17 13:45:55 +03:00
parent 5b9a76c4b9
commit 9363b6f8c4
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ version: '3.9'
services:
ollama:
image: ollama/ollama:latest
deploy:
replicas: 1
ports:
- 11434:11434
volumes: