[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 59e34f67d7 - Show all commits
+1 -7
View File
@@ -4166,12 +4166,6 @@ services:
- nocodb_valkey_data:/data/valkey - nocodb_valkey_data:/data/valkey
ollama: ollama:
container_name: ollama container_name: ollama
healthcheck:
test: ollama list || exit 1
interval: 30s
timeout: 10s
retries: 3
start_period: 5s
image: ollama/ollama:latest image: ollama/ollama:latest
ports: ports:
- 11434:11434 - 11434:11434
@@ -4282,7 +4276,7 @@ services:
container_name: open-webui container_name: open-webui
depends_on: depends_on:
ollama: ollama:
condition: service_healthy condition: service_started
required: true required: true
stable-diffusion-webui: stable-diffusion-webui:
condition: service_started condition: service_started