🔧 Renovate: Pin dependencies
Gitea Branch PR & Docker Deployment / Check and Create PR (push) Successful in 46s
Gitea Branch PR & Docker Deployment / Generate list of added/modified/deleted services (push) Successful in 30s
Gitea Branch PR & Docker Deployment / Docker Compose Dry Run (push) Failing after 1m34s
Gitea Branch PR & Docker Deployment / PR Merge (push) Has been skipped
Gitea Branch PR & Docker Deployment / Docker Compose Deployment (push) Has been skipped
Gitea Branch PR & Docker Deployment / Check and Create PR (push) Successful in 46s
Gitea Branch PR & Docker Deployment / Generate list of added/modified/deleted services (push) Successful in 30s
Gitea Branch PR & Docker Deployment / Docker Compose Dry Run (push) Failing after 1m34s
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:
+8
-8
@@ -23,7 +23,7 @@ services:
|
||||
container_name: context7-mcp
|
||||
expose:
|
||||
- 8000
|
||||
image: mcp/context7:latest
|
||||
image: mcp/context7:latest@sha256:1174e6a29634a83b2be93ac1fefabf63265f498c02c72201fe3464e687dd8836
|
||||
restart: unless-stopped
|
||||
docker-socket-proxy:
|
||||
container_name: dockerproxy
|
||||
@@ -66,7 +66,7 @@ services:
|
||||
LOCAL_ONLY: #optional
|
||||
WHISPER_BEAM: 1 #optional
|
||||
WHISPER_LANG: en #optional
|
||||
image: lscr.io/linuxserver/faster-whisper:latest
|
||||
image: lscr.io/linuxserver/faster-whisper:latest@sha256:3d0ff4f43e6325cf78491da79669a607f9a961eae5325886acc263ea28a074e2
|
||||
ports:
|
||||
- "10300:10300"
|
||||
restart: unless-stopped
|
||||
@@ -76,7 +76,7 @@ services:
|
||||
container_name: gitea-mcp
|
||||
expose:
|
||||
- 8000
|
||||
image: gitea/gitea-mcp-server:0.5.0
|
||||
image: gitea/gitea-mcp-server:0.5.0@sha256:d125c8ebf5df0c74116bcffe002d18e779c4b94284ce8aec768512dfd721ee3f
|
||||
restart: unless-stopped
|
||||
meilisearch:
|
||||
container_name: meilisearch
|
||||
@@ -93,7 +93,7 @@ services:
|
||||
- ${ULTIMA_DOCKER_DIR}/meilisearch:/meili_data
|
||||
ollama:
|
||||
container_name: ollama
|
||||
image: ollama/ollama
|
||||
image: ollama/ollama@sha256:78b19735971f9a2855c98ca39a775a43fd3ebe104af0fe2155b5261c34deef31
|
||||
ports:
|
||||
- 11434:11434
|
||||
restart: unless-stopped
|
||||
@@ -112,7 +112,7 @@ services:
|
||||
PIPER_NOISEW: 0.333 #optional
|
||||
PIPER_SPEAKER: 0 #optional
|
||||
NO_STREAMING: #optional
|
||||
image: lscr.io/linuxserver/piper:latest
|
||||
image: lscr.io/linuxserver/piper:latest@sha256:fddc63c2de74931d1234ae8bc7a9b0601f55aed7c8521562240566ee1af3ef67
|
||||
ports:
|
||||
- 10200:10200
|
||||
restart: unless-stopped
|
||||
@@ -137,7 +137,7 @@ services:
|
||||
stdin_open: true
|
||||
signoz-mcp:
|
||||
container_name: signoz-mcp-server
|
||||
image: signoz/signoz-mcp-server:v0.0.4
|
||||
image: signoz/signoz-mcp-server:v0.0.4@sha256:b12723ae87b02b0efbba4b4c8a60058ebf10e3162385c692248d512121a1efa6
|
||||
environment:
|
||||
SIGNOZ_URL: http://192.168.1.254:36113
|
||||
SIGNOZ_API_KEY: ${SIGNOZ_API_KEY}
|
||||
@@ -163,7 +163,7 @@ services:
|
||||
- ${ULTIMA_DOCKER_DIR}/stable-diffusion-webui/output:/output
|
||||
webui-mcpo:
|
||||
container_name: webui-mcpo
|
||||
image: masterno12/webui-mcpo:latest
|
||||
image: masterno12/webui-mcpo:latest@sha256:018df5374c627ebeb82ea395a9c26f7439cf8a66c003608f390d09eecfc8db7d
|
||||
ports:
|
||||
- 18003:8000
|
||||
restart: unless-stopped
|
||||
@@ -172,7 +172,7 @@ services:
|
||||
wyoming-openwakeword:
|
||||
command: "--preload-model ok_nabu"
|
||||
container_name: wyoming-openwakeword
|
||||
image: rhasspy/wyoming-openwakeword
|
||||
image: rhasspy/wyoming-openwakeword@sha256:52cb1168731a1849fc28cf339c935fde58746bbabc94226668a40ef6ddf5d42b
|
||||
ports:
|
||||
- 10400:10400
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user