...
Gitea Branch PR & Docker Deployment / Check and Create PR (push) Successful in 2m12s
Gitea Branch PR & Docker Deployment / Generate list of added/modified/deleted services (push) Successful in 29s
Gitea Branch PR & Docker Deployment / Docker Compose Dry Run (push) Failing after 4m57s
Gitea Branch PR & Docker Deployment / PR Merge (push) Has been skipped
Gitea Branch PR & Docker Deployment / Docker Compose Deployment (push) Has been skipped

This commit is contained in:
2025-12-12 10:30:59 -05:00
parent b93551b7b9
commit e8bf5933ce
+8 -1
View File
@@ -81,7 +81,7 @@ services:
- ${ULTIMA_DOCKER_DIR}/meilisearch:/meili_data
ollama:
container_name: ollama
image: ollama/ollama:0.13.2@sha256:ceaad0844eda02ddc59d9b40551de7264a564ba7a16a90e241d1c582f0df992d
image: ollama/ollama:0.13.2
ports:
- 11434:11434
restart: unless-stopped
@@ -149,6 +149,13 @@ services:
volumes:
- ${ULTIMA_DOCKER_DIR}/stable-diffusion-webui/data:/data
- ${ULTIMA_DOCKER_DIR}/stable-diffusion-webui/output:/output
wyoming-openwakeword:
command: "--preload-model ok_nabu"
container_name: wyoming-openwakeword
image: rhasspy/wyoming-openwakeword
ports:
- 10400:10400
restart: unless-stopped
volumes:
ollama:
name: ollama