docs(zonos-gateway): sync mirror compose — host-managed voices bind-mount (Emmie)

Reflects the deployed change: ./voices:/app/voices:ro so voices are a filesystem
drop-in. Emmie voice added + committed to vh/zonos-gateway.
This commit is contained in:
2026-07-17 22:54:34 -07:00
parent d725da0c90
commit 438cd35436
+5
View File
@@ -19,6 +19,11 @@ services:
DEFAULT_VOICE: ${DEFAULT_VOICE:-Cora}
VOICES_DIR: /app/voices
REQUEST_TIMEOUT_S: ${REQUEST_TIMEOUT_S:-600}
volumes:
# Host-managed voices (2026-07-17): drop <Name>.wav in ./voices + restart
# -> selectable as voice:"Name", no image rebuild (matches the registry's
# filesystem-drop-in design). Emmie added this way.
- ./voices:/app/voices:ro
ports:
- "${PORT:-8890}:8890"
healthcheck: