Merge branch 'main' into ha-assist-overhaul_2025-12-06T20-34-20
Gitea Branch PR & Docker Deployment / Generate list of added/modified/deleted services (push) Has been cancelled
Gitea Branch PR & Docker Deployment / Docker Compose Dry Run (push) Has been cancelled
Gitea Branch PR & Docker Deployment / PR Merge (push) Has been cancelled
Gitea Branch PR & Docker Deployment / Docker Compose Deployment (push) Has been cancelled
Gitea Branch PR & Docker Deployment / Check and Create PR (push) Has been cancelled
Gitea Branch PR & Docker Deployment / Generate list of added/modified/deleted services (push) Has been cancelled
Gitea Branch PR & Docker Deployment / Docker Compose Dry Run (push) Has been cancelled
Gitea Branch PR & Docker Deployment / PR Merge (push) Has been cancelled
Gitea Branch PR & Docker Deployment / Docker Compose Deployment (push) Has been cancelled
Gitea Branch PR & Docker Deployment / Check and Create PR (push) Has been cancelled
This commit is contained in:
+38
-1
@@ -81,7 +81,7 @@ services:
|
||||
- ${ULTIMA_DOCKER_DIR}/meilisearch:/meili_data
|
||||
ollama:
|
||||
container_name: ollama
|
||||
image: ollama/ollama:0.13.1@sha256:8850b8b33936b9fb246e7b3e02849941f1151ea847e5fb15511f17de9589aea1
|
||||
image: ollama/ollama:0.13.2@sha256:ceaad0844eda02ddc59d9b40551de7264a564ba7a16a90e241d1c582f0df992d
|
||||
ports:
|
||||
- 11434:11434
|
||||
restart: unless-stopped
|
||||
@@ -149,6 +149,43 @@ services:
|
||||
volumes:
|
||||
- ${ULTIMA_DOCKER_DIR}/stable-diffusion-webui/data:/data
|
||||
- ${ULTIMA_DOCKER_DIR}/stable-diffusion-webui/output:/output
|
||||
faster-whisper:
|
||||
container_name: faster-whisper
|
||||
environment:
|
||||
PUID: ${PUID}
|
||||
PGID: ${PGID}
|
||||
TZ: ${TZ}
|
||||
WHISPER_MODEL: large
|
||||
LOCAL_ONLY: #optional
|
||||
WHISPER_BEAM: 1 #optional
|
||||
WHISPER_LANG: en #optional
|
||||
image: lscr.io/linuxserver/faster-whisper:latest@sha256:43ec95dc89ecca3e594c211604cdda55ae3979fe5108436c918121ee4393b403
|
||||
network_mode: host
|
||||
# ports:
|
||||
# - 10300:10300
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ${ULTIMA_DOCKER_DIR}/faster-whisper/:/config
|
||||
piper:
|
||||
image: lscr.io/linuxserver/piper:latest@sha256:fddc63c2de74931d1234ae8bc7a9b0601f55aed7c8521562240566ee1af3ef67
|
||||
container_name: piper
|
||||
environment:
|
||||
PUID: ${PUID}}
|
||||
PGID: ${PGID}
|
||||
TZ: ${TZ}
|
||||
PIPER_VOICE: en_GB-alba-medium
|
||||
LOCAL_ONLY: #optional
|
||||
PIPER_LENGTH: 1.0 #optional
|
||||
PIPER_NOISE: 0.667 #optional
|
||||
PIPER_NOISEW: 0.333 #optional
|
||||
PIPER_SPEAKER: 0 #optional
|
||||
NO_STREAMING: #optional
|
||||
network_mode: host
|
||||
# ports:
|
||||
# - 10200:10200
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ${ULTIMA_DOCKER_DIR}/piper/:/config
|
||||
volumes:
|
||||
ollama:
|
||||
name: ollama
|
||||
|
||||
Reference in New Issue
Block a user