From 75a4dc69f9f9912cc6efa7d45299dc6802355c8d Mon Sep 17 00:00:00 2001 From: Dylan Bolger Date: Sun, 28 Apr 2024 00:31:28 -0500 Subject: add compose files --- internal/piper/compose.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 internal/piper/compose.yaml (limited to 'internal/piper/compose.yaml') 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' + -- cgit v1.2.3