aboutsummaryrefslogtreecommitdiff
path: root/internal/faster-whisper/compose.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'internal/faster-whisper/compose.yaml')
-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
+