v1.0.4 - init version

This commit is contained in:
19 changed files with 2049 additions and 0 deletions

7
podman-run.sh Normal file
View File

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