v1.0.4 - init version

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

18
go-speech.service Normal file
View File

@@ -0,0 +1,18 @@
[Unit]
Description=Go Speech TTS Service
After=network.target
[Service]
Type=simple
User=root
ExecStart=/usr/bin/podman run --rm --pull=never -p 7443:7443 \
-e GO_SPEECH_PORT=7443 \
-v /home/su/projects/golang/go-speech/certs:/app/certs:ro \
kuznetcovay/go-speech:v1.0.4
ExecStop=/usr/bin/podman stop -t 10 go-speech
Restart=always
RestartSec=10
TimeoutStopSec=10
[Install]
WantedBy=multi-user.target