before stt adding

This commit is contained in:
2025-11-28 17:43:00 +06:00
parent fccafad6de
commit f933c315e8
17 changed files with 10002 additions and 672 deletions

7
shell/docker-run.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
docker run -d --name go-speech --restart=always -p 18443:18443 \
-v "$(pwd)/certs:/app/certs:ro" \
-e GO_SPEECH_VOICE=ruslan \
-e GO_SPEECH_PORT=18443 \
kuznetcovay/go-speech:v1.0.4