Adding Whisper and Piper.
This commit is contained in:
+13
-13
@@ -88,24 +88,24 @@ services:
|
||||
volumes:
|
||||
- ollama:/root/.ollama
|
||||
piper:
|
||||
image: lscr.io/linuxserver/piper:latest
|
||||
container_name: piper
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Etc/UTC
|
||||
- PIPER_VOICE=en_US-lessac-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
|
||||
volumes:
|
||||
- ${ULTIMA_DOCKER_DIR}/faster-whisper/:/config
|
||||
PUID: ${PUID}
|
||||
PGID: ${PGID}
|
||||
TZ: ${TZ}
|
||||
PIPER_VOICE: en_GB-jenny_dioco-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
|
||||
image: lscr.io/linuxserver/piper:latest
|
||||
ports:
|
||||
- 10200:10200
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ${ULTIMA_DOCKER_DIR}/piper/:/config
|
||||
portainer-agent:
|
||||
container_name: portainer_agent
|
||||
image: portainer/agent:latest@sha256:d2e5f753e8c668f7a7916621e64d6535f212b0f6ade5389a6fcc1f6830405ccf
|
||||
|
||||
Reference in New Issue
Block a user