mirror of
https://github.com/bellingcat/whisperbox-transcribe.git
synced 2026-06-08 03:28:35 +03:00
fix: fix prod docker
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user