Adding Whisper and Piper.
Gitea Branch PR & Docker Deployment / Check and Create PR (push) Successful in 16s
Gitea Branch PR & Docker Deployment / Generate list of added/modified/deleted services (push) Successful in 14s
Gitea Branch PR & Docker Deployment / Docker Compose Dry Run (push) Failing after 2m3s
Gitea Branch PR & Docker Deployment / Docker Compose Deployment (push) Has been skipped
Gitea Branch PR & Docker Deployment / PR Merge (push) Has been skipped
Gitea Branch PR & Docker Deployment / Check and Create PR (push) Successful in 16s
Gitea Branch PR & Docker Deployment / Generate list of added/modified/deleted services (push) Successful in 14s
Gitea Branch PR & Docker Deployment / Docker Compose Dry Run (push) Failing after 2m3s
Gitea Branch PR & Docker Deployment / Docker Compose Deployment (push) Has been skipped
Gitea Branch PR & Docker Deployment / PR Merge (push) Has been skipped
This commit is contained in:
+13
-13
@@ -88,24 +88,24 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ollama:/root/.ollama
|
- ollama:/root/.ollama
|
||||||
piper:
|
piper:
|
||||||
image: lscr.io/linuxserver/piper:latest
|
|
||||||
container_name: piper
|
container_name: piper
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
PUID: ${PUID}
|
||||||
- PGID=1000
|
PGID: ${PGID}
|
||||||
- TZ=Etc/UTC
|
TZ: ${TZ}
|
||||||
- PIPER_VOICE=en_US-lessac-medium
|
PIPER_VOICE: en_GB-jenny_dioco-medium
|
||||||
- LOCAL_ONLY= #optional
|
LOCAL_ONLY: #optional
|
||||||
- PIPER_LENGTH=1.0 #optional
|
PIPER_LENGTH: 1.0 #optional
|
||||||
- PIPER_NOISE=0.667 #optional
|
PIPER_NOISE: 0.667 #optional
|
||||||
- PIPER_NOISEW=0.333 #optional
|
PIPER_NOISEW: 0.333 #optional
|
||||||
- PIPER_SPEAKER=0 #optional
|
PIPER_SPEAKER: 0 #optional
|
||||||
- NO_STREAMING= #optional
|
NO_STREAMING: #optional
|
||||||
volumes:
|
image: lscr.io/linuxserver/piper:latest
|
||||||
- ${ULTIMA_DOCKER_DIR}/faster-whisper/:/config
|
|
||||||
ports:
|
ports:
|
||||||
- 10200:10200
|
- 10200:10200
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- ${ULTIMA_DOCKER_DIR}/piper/:/config
|
||||||
portainer-agent:
|
portainer-agent:
|
||||||
container_name: portainer_agent
|
container_name: portainer_agent
|
||||||
image: portainer/agent:latest@sha256:d2e5f753e8c668f7a7916621e64d6535f212b0f6ade5389a6fcc1f6830405ccf
|
image: portainer/agent:latest@sha256:d2e5f753e8c668f7a7916621e64d6535f212b0f6ade5389a6fcc1f6830405ccf
|
||||||
|
|||||||
Reference in New Issue
Block a user