[DOCKER] Automated PR for ai-overhaul_2025-08-10T13-59-08 - #142 #142

Merged
gitea-sonarqube-bot merged 5 commits from ai-overhaul_2025-08-10T13-59-08 into main 2025-08-10 16:02:51 -04:00
Showing only changes of commit ff7205e9cd - Show all commits
+2 -2
View File
@@ -4167,12 +4167,12 @@ services:
ollama:
container_name: ollama
healthcheck:
test: ["CMD", "curl", "--fail", "http://localhost:11434/api/tags", "||", "exit 1"]
test: ollama list || exit 1
interval: 30s
timeout: 10s
retries: 3
start_period: 5s
image: ollama/ollama
image: ollama/ollama:latest
ports:
- 11434:11434
restart: unless-stopped