fix: fix prod docker

This commit is contained in:
Felix Spöttel
2023-03-15 12:37:44 +01:00
parent ffa0c58736
commit e7c6b55782
7 changed files with 50 additions and 21 deletions

View File

@@ -1,4 +1,7 @@
API_SECRET="change_me"
WHISPER_MODEL="small"
DOMAIN="whisperbox-transcribe.localhost"
DATABASE_URI="sqlite:///etc/whisperbox-transcribe/data/whisperbox-transcribe.sqlite"
TRAEFIK_SSLEMAIL=""
TRAEFIK_DOMAIN="whisperbox-transcribe.localhost"
DATABASE_URI="sqlite:////etc/whisperbox-transcribe/data/whisperbox-transcribe.sqlite"
ENVIRONMENT="production"
BROKER_URL="redis://redis:6379/0"