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/openwakeword/compose.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 internal/openwakeword/compose.yaml (limited to 'internal/openwakeword/compose.yaml') diff --git a/internal/openwakeword/compose.yaml b/internal/openwakeword/compose.yaml new file mode 100644 index 0000000..57f6855 --- /dev/null +++ b/internal/openwakeword/compose.yaml @@ -0,0 +1,16 @@ +name: openwakeword +version: '3.8' +services: + openwakeword: + container_name: openwakeword + image: rhasspy/wyoming-openwakeword + user: 1001:1001 + volumes: + - "${OWW_DATA_PATH}:/data" + - "${OWW_CUSTOM_PATH}:/custom" + environment: + - TZ=America/Chicago + command: --preload-model 'ok_nabu' --custom-model-dir /custom + restart: unless-stopped + ports: + - ${OWW_PORT}:10400 -- cgit v1.2.3