Removing Speaches.

This commit is contained in:
2026-05-12 07:54:19 -04:00
parent ff7ce0150b
commit 4c3f8c4752
+10 -30
View File
@@ -73,14 +73,14 @@ services:
volumes:
- ${ULTIMA_DOCKER_DIR}/faster-whisper/:/config
gitea-mcp:
command: [ "/app/gitea-mcp", "-t", "http", "--port", "8080", "-d" ]
command: ["/app/gitea-mcp", "-t", "http", "--port", "8080", "-d"]
container_name: gitea-mcp
environment:
GITEA_INSTANCE_URL: http://192.168.1.254:3013
GITEA_ACCESS_TOKEN: ${GITEA_ROOT_TOKEN}
expose:
- 8080
image: gitea/gitea-mcp-server:1.2.0@sha256:bd62afc2ca25db7b5939f952cc73f1e9399c2dc8e3c143f520d927490ee74bbb
image: gitea/gitea-mcp-server:0.9.0@sha256:4add361130b2101d3027f2dd5ad2a08258dc3c45f9631030f5c3ca0a773df285
restart: unless-stopped
meilisearch:
container_name: meilisearch
@@ -88,7 +88,7 @@ services:
MEILI_HOST: http://meilisearch:7700
MEILI_NO_ANALYTICS: true
MEILI_MASTER_KEY: ${MEILISEARCH_MASTER_KEY}
image: getmeili/meilisearch:v1.43@sha256:5d4e1353927785744486fe317d263f442710ab5b27b1983aa1b719dfe2c665b6
image: getmeili/meilisearch:v1.36@sha256:203a0854738be101bfdada825ac3cbf95e5681bc849757b6bc199e4cfae98faa
ports:
- 7700:7700
restart: always
@@ -133,7 +133,7 @@ services:
PIPER_NOISEW: 0.333 #optional
PIPER_SPEAKER: 0 #optional
NO_STREAMING: #optional
image: lscr.io/linuxserver/piper:latest@sha256:3cffcee9a8328586982f7ab7884ae768c5d250c830de3b0de7dd4aa2ec62a0e7
image: lscr.io/linuxserver/piper:latest@sha256:91ef2107add9f8292e2396595fe76f5c888d7029fe05cb697b03e34b92d863cf
ports:
- 10200:10200
restart: unless-stopped
@@ -160,7 +160,7 @@ services:
SCANOPY_NAME: scanopy-daemon-tar-valon
SCANOPY_MODE: daemon_poll
healthcheck:
test: [ "CMD-SHELL", "curl -f http://localhost:60073/api/health || exit 1" ]
test: ["CMD-SHELL", "curl -f http://localhost:60073/api/health || exit 1"]
interval: 5s
timeout: 3s
retries: 15
@@ -180,7 +180,7 @@ services:
expose:
- 5432
healthcheck:
test: [ "CMD-SHELL", "pg_isready -U scanopy" ]
test: ["CMD-SHELL", "pg_isready -U scanopy"]
interval: 10s
timeout: 5s
retries: 5
@@ -249,7 +249,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
signoz-mcp:
container_name: signoz-mcp-server
image: signoz/signoz-mcp-server:v0.3.0@sha256:0064a068a62c7aa8d1000b653acc6da95a7b3fcf3d3993dd6539b4697183fc00
image: signoz/signoz-mcp-server:v0.0.5@sha256:e0b8fe3eee634e1c7a45470c734e50b19c74e065add73834519e37d89d7ce092
environment:
SIGNOZ_URL: http://192.168.1.254:36113
SIGNOZ_API_KEY: ${SIGNOZ_API_KEY}
@@ -259,32 +259,12 @@ services:
expose:
- 8000
restart: unless-stopped
speaches:
container_name: speaches
image: ghcr.io/speaches-ai/speaches:latest-cpu@sha256:21e3df06d842fb7802ab470dd77c25f0e8c0d22950e8d8c6ae886e851af53ef8
environment:
LOG_LEVEL: debug
ALLOW_ORIGINS: "[\"*\"]"
ENABLE_UI: true
CHAT_COMPLETION_BASE_URL: "http://ollama:11434/v1"
CHAT_COMPLETION_API_KEY: "this-is-a-place-holder"
PRELOAD_MODELS: "[\"Systran/faster-whisper-large-v3\"]"
healthcheck:
test: [ "CMD", "curl", "--fail", "http://0.0.0.0:8000/health" ] # TODO: won't work if a user changes the port
interval: 30s
timeout: 10s
retries: 3
start_period: 5s
ports:
- 42967:8000
restart: unless-stopped
volumes:
- speaches-hf-hub-cache:/home/ubuntu/.cache/huggingface/hub
stable-diffusion-webui:
container_name: stable-diffusion-webui
image: ghcr.io/neggles/sd-webui-docker:latest@sha256:1795fe796e1dad0d8d3baa9ef7c38a255b69c0878b76869feecc617bfd015e53
environment:
CLI_ARGS: "--api --use-cpu all --precision full --no-half --skip-torch-cuda-test
CLI_ARGS:
"--api --use-cpu all --precision full --no-half --skip-torch-cuda-test
--ckpt /empty.pt --do-not-download-clip --disable-nan-check
--disable-opt-split-attention" # will have to be changed for new hardware
PYTHONUNBUFFERED: "1"
@@ -305,7 +285,7 @@ services:
volumes:
- ${ULTIMA_DOCKER_DIR}/mcpo:/opt/mcpo
wikipedia-mcp:
command: [ "--transport", "sse", "--country", "US", "--enable-cache" ]
command: ["--transport", "sse", "--country", "US", "--enable-cache"]
container_name: wikipedia-mcp
expose:
- 8000