mirror of
https://github.com/bellingcat/whisperbox-transcribe.git
synced 2026-06-11 21:18:36 +03:00
docs: add readme
This commit is contained in:
@@ -2,7 +2,7 @@ version: "3.8"
|
||||
|
||||
x-app-variables: &app-variables
|
||||
API_SECRET: a_very_secret_token
|
||||
DATABASE_URI: sqlite:////whisperbox.sqlite
|
||||
DATABASE_URI: sqlite:///./whisperbox.sqlite
|
||||
ENVIRONMENT: development
|
||||
BROKER_URL: redis://redis:6379/0
|
||||
WHISPER_MODEL: small
|
||||
@@ -15,9 +15,10 @@ services:
|
||||
- 6379:6379
|
||||
networks:
|
||||
- app
|
||||
resources:
|
||||
limits:
|
||||
memory: 128M
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 128M
|
||||
|
||||
web:
|
||||
container_name: whisperbox_web_dev
|
||||
|
||||
Reference in New Issue
Block a user