docs: add deploy instructions

This commit is contained in:
Felix Spöttel
2023-06-27 16:34:36 +02:00
parent ed37377e8f
commit 83e04a0c0c
4 changed files with 60 additions and 28 deletions

View File

@@ -1,7 +1,14 @@
# this key is later used to authenticate against the API.
API_SECRET="change_me"
# see https://github.com/openai/whisper#available-models-and-languages
WHISPER_MODEL="small"
TRAEFIK_SSLEMAIL=""
TRAEFIK_DOMAIN="whisperbox-transcribe.localhost"
TRAEFIK_SSLEMAIL=""
# you probably do not need to change this.
BROKER_URL="redis://redis:6379/0"
DATABASE_URI="sqlite:////etc/whisperbox-transcribe/data/whisperbox-transcribe.sqlite"
ENVIRONMENT="production"
BROKER_URL="redis://redis:6379/0"