aboutsummaryrefslogtreecommitdiff
path: root/internal/piper/compose.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'internal/piper/compose.yaml')
-rw-r--r--internal/piper/compose.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/internal/piper/compose.yaml b/internal/piper/compose.yaml
new file mode 100644
index 0000000..d1cf746
--- /dev/null
+++ b/internal/piper/compose.yaml
@@ -0,0 +1,13 @@
+
+name: piper
+version: '3.8'
+services:
+ piper:
+ container_name: piper
+ image: rhasspy/wyoming-piper
+ ports:
+ - '${PIPER_PORT}:10200'
+ volumes:
+ - '${PIPER_DATA_PATH}:/data'
+ command: '--voice en_US-lessac-medium'
+