Develop: Add stop_grace_period to compose.yaml service configs

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2025-10-18 12:42:01 +02:00
parent 5a95d972a8
commit f99466293a
2 changed files with 10 additions and 5 deletions

View File

@@ -159,7 +159,6 @@ services:
## docker compose exec ollama ollama pull gemma3:latest
ollama:
image: ollama/ollama:latest
restart: unless-stopped
stop_grace_period: 15s
## Only starts this service if the "all", "ollama", or "vision" profile is specified::
## docker compose --profile ollama up -d