aboutsummaryrefslogtreecommitdiff
path: root/internal/faster-whisper
diff options
context:
space:
mode:
authorDylan Bolger <dylan.bolger00@gmail.com>2024-04-28 00:31:28 -0500
committerDylan Bolger <dylan.bolger00@gmail.com>2024-04-28 00:31:28 -0500
commit75a4dc69f9f9912cc6efa7d45299dc6802355c8d (patch)
tree7e5201c7b930baac86fcc122b8dbd8f66941b96c /internal/faster-whisper
parenta0f9825517624dc1355b0e7b0d9610163205e46d (diff)
downloadpi-composition-master.tar.xz
pi-composition-master.zip
add compose filesHEADmaster
Diffstat (limited to 'internal/faster-whisper')
-rw-r--r--internal/faster-whisper/compose.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/internal/faster-whisper/compose.yaml b/internal/faster-whisper/compose.yaml
new file mode 100644
index 0000000..63d43db
--- /dev/null
+++ b/internal/faster-whisper/compose.yaml
@@ -0,0 +1,13 @@
+name: faster-whisper
+version: '3.8'
+services:
+ faster-whisper:
+ image: rhasspy/wyoming-whisper
+ container_name: faster-whisper
+ ports:
+ - ${FASTER_WHISPER_PORT}:10300
+ volumes:
+ - "${FASTER_WHISPER_DATA_PATH}:/data"
+ command: --model tiny-int8 --language en --beam-size 2
+ restart: unless-stopped
+