[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: ollama:
container_name: ollama container_name: ollama
healthcheck: healthcheck:
test: ["CMD", "curl", "--fail", "http://localhost:11434/api/tags", "||", "exit 1"] test: ollama list || exit 1
interval: 30s interval: 30s
timeout: 10s timeout: 10s
retries: 3 retries: 3
start_period: 5s start_period: 5s
image: ollama/ollama image: ollama/ollama:latest
ports: ports:
- 11434:11434 - 11434:11434
restart: unless-stopped restart: unless-stopped